mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +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",
|
||||
"stream": False,
|
||||
"n": 1,
|
||||
"logprobs": False,
|
||||
"temperature": 0.7,
|
||||
"_type": "openai-chat",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user