Skip to content

Explore the AI Singapore SEA-LION model with a chatbot 🤖 built with Chainlit and Ollama

License

Notifications You must be signed in to change notification settings

aisingapore/sealion-chainlit-ollama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore the AI Singapore SEA-LION model with Chainlit and Ollama

Meet the Cast

Note

This project is designed for local environments. Do not run it in production.

Prerequisites

  • Docker
    • For the default model, set the memory limit to 6GB or more.
    • If a larger model is used, or if there are other active Docker containers in the environment, increase the memory limit further to take into account their memory requirements. docker_resources

Getting Started

  • Copy .env and update the values, if necessary:
    cp .env.example .env
  • Start the services:
    docker compose up
  • Pull the SEA-LION model with Ollama:
    docker compose exec ollama ollama pull aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct
  • Navigate to http://localhost:8000 to access the chatbot. image

Default Model

Customisations

Acknowledgements

About

Explore the AI Singapore SEA-LION model with a chatbot 🤖 built with Chainlit and Ollama

Topics

Resources

License

Stars

Watchers

Forks