mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 07:09:31 +00:00
langchain[patch]: extended-tests: drop logprobs from OAI expected config (#25234)
Following https://github.com/langchain-ai/langchain/pull/25229
This commit is contained in:
parent
66b7206ab6
commit
02300471be
@ -105,7 +105,6 @@ def test_configurable() -> None:
|
|||||||
"model": "gpt-4o",
|
"model": "gpt-4o",
|
||||||
"stream": False,
|
"stream": False,
|
||||||
"n": 1,
|
"n": 1,
|
||||||
"logprobs": False,
|
|
||||||
"temperature": 0.7,
|
"temperature": 0.7,
|
||||||
"_type": "openai-chat",
|
"_type": "openai-chat",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user