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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user