Fix llm_model_configs committed to wrong directory (#6206)

* Initial plan

* Move llm_model_configs to correct location

Co-authored-by: kianjones9 <11655409+kianjones9@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kianjones9 <11655409+kianjones9@users.noreply.github.com>
This commit is contained in:
Copilot
2025-11-17 10:36:46 -08:00
committed by Caren Thomas
parent a466e65e6b
commit 2addd4eb0d

View File

@@ -1,7 +1,13 @@
{
"context_window": 1047576,
"model": "gpt-4.1-2025-04-14",
"model": "gpt-4.1",
"model_endpoint_type": "openai",
"model_endpoint": "https://api.openai.com/v1",
"model_wrapper": null
"model_wrapper": null,
"context_window": 256000,
"put_inner_thoughts_in_kwargs": true,
"handle": "openai/gpt-4.1",
"temperature": 0.7,
"max_tokens": 8192,
"enable_reasoner": false,
"max_reasoning_tokens": 0
}