Files
letta-server/tests/configs/llm_model_configs/groq.json
2025-08-21 13:13:25 -07:00

9 lines
210 B
JSON

{
"context_window": 8192,
"model": "qwen/qwen3-32b",
"model_endpoint_type": "groq",
"model_endpoint": "https://api.groq.com/openai/v1",
"model_wrapper": null,
"put_inner_thoughts_in_kwargs": true
}