* migration integration tests to use model_settings * updated configs * update v2 tests * revert files * add some configs and fix tests * fix conversation_search --------- Co-authored-by: Ari Webb <ari@letta.com>
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"handle": "openai/o1",
|
|
"model_settings": {
|
|
"provider_type": "openai",
|
|
"temperature": 0.7,
|
|
"max_output_tokens": 4096,
|
|
"parallel_tool_calls": false,
|
|
"reasoning": {
|
|
"reasoning_effort": "high"
|
|
}
|
|
}
|
|
}
|