We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7374aaf commit e832bf1Copy full SHA for e832bf1
README.md
@@ -583,7 +583,7 @@ config = {
583
"groq": {
584
"api_key": "your-groq-api-key",
585
"base_url": "https://api.groq.com/openai/v1", # Optional, defaults to https://api.groq.com/openai/v1
586
- "model": "llama-3.3-70b-versatile" # Optional, defaults to llama-3.3-70b-versatile
+ "model": "openai/gpt-oss-120b" # Optional, defaults to openai/gpt-oss-120b
587
},
588
# You can still include OpenAI for embeddings, TTS, and STT
589
"openai": {
0 commit comments