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:
ccurme
2024-08-09 10:23:11 -04:00
committed by GitHub
parent 66b7206ab6
commit 02300471be

View File

@@ -105,7 +105,6 @@ def test_configurable() -> None:
"model": "gpt-4o",
"stream": False,
"n": 1,
"logprobs": False,
"temperature": 0.7,
"_type": "openai-chat",
},