fix(llm.py): remove unnecessary thinking_kwargs from ChatOpenAI parameters to streamline client creation
This commit is contained in:
parent
77a256317a
commit
b6f0f6a577
|
|
@ -292,7 +292,6 @@ def create_llm_client(
|
|||
return ChatOpenAI(
|
||||
**{
|
||||
**openai_kwargs,
|
||||
**thinking_kwargs,
|
||||
"timeout": LLM_REQUEST_TIMEOUT,
|
||||
"max_retries": LLM_MAX_RETRIES,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue