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: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ An AI-powered search engine with a generative UI.
34
34
35
35
### AI Providers
36
36
37
+
The following AI providers are supported:
38
+
37
39
- OpenAI (Default)
38
40
- Google Generative AI
39
41
- Azure OpenAI
@@ -42,8 +44,11 @@ An AI-powered search engine with a generative UI.
42
44
- Groq
43
45
- DeepSeek
44
46
- Fireworks
47
+
- xAI (Grok)
45
48
- OpenAI Compatible
46
49
50
+
Models are configured in `lib/config/models.json`. Each model requires its corresponding API key to be set in the environment variables. See [Configuration Guide](docs/CONFIGURATION.md) for details.
0 commit comments