Files
letta-server/tests/model_settings/openai-gpt-4o-mini.json
cthomas 8e9d85fcc7 test: fix legacy send message tests (#6382)
* test: fix legacy send message tests

* fix reasoner model test

* add hidden reasoning
2025-11-26 14:39:39 -08:00

10 lines
183 B
JSON

{
"handle": "openai/gpt-4o-mini",
"model_settings": {
"provider_type": "openai",
"temperature": 0.7,
"max_output_tokens": 4096,
"parallel_tool_calls": false
}
}