Files
letta-server/tests/model_settings/openai-gpt-4.1.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
190 B
JSON

{
"handle": "openai/gpt-4.1-2025-04-14",
"model_settings": {
"provider_type": "openai",
"temperature": 0.7,
"max_output_tokens": 4096,
"parallel_tool_calls": false
}
}