You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,49 @@ You can use prebuilt images generated by our CI workflow by downloading the dock
101
101
[http://localhost:8025](http://localhost:8025)
102
102
You can change the smtp configuration if required however all emails with domain **example.com** will still go to mailhog.
103
103
104
+
### Chatbot LLM configuration
105
+
106
+
The chatbot supports multiple LLM providers. Provider selection and models are set via environment variables. OpenAI and Anthropic keys are set via the API (with env fallback); all other providers use env credentials only.
0 commit comments