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/introduction.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,16 +41,16 @@ Instead of writing different code for different actions, Auto-Browse's universal
41
41
42
42
## Supported LLM Providers
43
43
44
-
Currently supported:
44
+
Auto Browse integrates with multiple LLM providers:
45
45
46
-
- OpenAI (gpt-4o-mini and compatible models)
46
+
- OpenAI (default) - GPT-4 and compatible models
47
+
- Google AI - Gemini models
48
+
- Azure OpenAI - GPT models on Azure
49
+
- Anthropic - Claude models
50
+
- Google Vertex AI - PaLM and Gemini models
51
+
- Ollama - Run models locally
47
52
48
-
Coming soon:
49
-
50
-
- Anthropic Claude
51
-
- Google Gemini
52
-
- Local LLMs
53
-
- Meta Llama
53
+
Each provider offers unique capabilities and model options. See our [Environment Setup](/environment-setup) guide for detailed configuration instructions.
0 commit comments