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 2000b76 commit 9b373a1Copy full SHA for 9b373a1
crewai-tools/test_mongodb_vector_search_tool.py
@@ -9,7 +9,7 @@
9
# Set environment as LiteLLM expects
10
os.environ["AZURE_API_KEY"] = os.environ["AZURE_OPENAI_API_KEY"]
11
os.environ["AZURE_API_BASE"] = os.environ["AZURE_OPENAI_ENDPOINT"]
12
-os.environ["AZURE_API_VERSION"] = os.environ["API_VERSION"]
+os.environ["AZURE_API_VERSION"] = os.environ["OPENAI_API_VERSION"]
13
14
# Pre-populate a collection and an index
15
print("Creating collection...")
0 commit comments