Skip to content

Commit e832bf1

Browse files
update
1 parent 7374aaf commit e832bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ config = {
583583
"groq": {
584584
"api_key": "your-groq-api-key",
585585
"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
586+
"model": "openai/gpt-oss-120b" # Optional, defaults to openai/gpt-oss-120b
587587
},
588588
# You can still include OpenAI for embeddings, TTS, and STT
589589
"openai": {

0 commit comments

Comments
 (0)