Replies: 1 comment
-
|
I am happy to report that I am able to get the AI chat working by adding the following to docker-compose.yaml. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Great and stable app.
I was trying to enable the AI chat but i didn't see the icon anywhere even though i have tried using local ollama or openAI model.
my .env as followed and please advise if I missed anything.
Thanks
KW
Enable or disable AI chat feature
AI_CHAT_ENABLED=true
API key for OpenAI (for Llama support, see docs)
#OPENAI_BASE_URI="http://host.docker.internal:11434"
OPENAI_BASE_URI=http://localhost:11434
OPENAI_MODEL=gemma3:1b
OPENAI_API_KEY="none"
OPENAI_ORGANIZATION=
Beta Was this translation helpful? Give feedback.
All reactions