Files
letta-server/tests/configs/llm_model_configs/openai-o1.json
Kian Jones b8e9a80d93 merge this (#4759)
* wait I forgot to comit locally

* cp the entire core directory and then rm the .git subdir
2025-09-17 15:47:40 -07:00

9 lines
179 B
JSON

{
"context_window": 128000,
"model": "o1",
"model_endpoint_type": "openai",
"model_endpoint": "https://api.openai.com/v1",
"model_wrapper": null,
"temperature": 1.0
}