We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f2569 commit d54adeaCopy full SHA for d54adea
libs/langchain-mongodb/tests/integration_tests/test_agent_toolkit.py
@@ -55,7 +55,7 @@ def test_toolkit_response(db):
55
CONNECTION_STRING, database=DB_NAME
56
)
57
if "AZURE_OPENAI_ENDPOINT" in os.environ:
58
- llm = AzureChatOpenAI(model="gpt-o4-mini", timeout=60)
+ llm = AzureChatOpenAI(model="gpt-4o-mini", timeout=60)
59
else:
60
llm = ChatOpenAI(model="gpt-4o-mini", timeout=60)
61
0 commit comments