A simple AI chatbot API using Flask to serve an Ollama model locally. We are using flask right now but will change for prod
- Clone the repository:
git clone https://github.com/texasmadecode/CISD-self_hosted_ai- cd self-hosted-ai-dev
- Make dockerfile and run
docker build . -t ai_docker docker run -p 5000:5000 ai_docker