Skip to content

Commit 9b373a1

Browse files
committed
update test
1 parent 2000b76 commit 9b373a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crewai-tools/test_mongodb_vector_search_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Set environment as LiteLLM expects
1010
os.environ["AZURE_API_KEY"] = os.environ["AZURE_OPENAI_API_KEY"]
1111
os.environ["AZURE_API_BASE"] = os.environ["AZURE_OPENAI_ENDPOINT"]
12-
os.environ["AZURE_API_VERSION"] = os.environ["API_VERSION"]
12+
os.environ["AZURE_API_VERSION"] = os.environ["OPENAI_API_VERSION"]
1313

1414
# Pre-populate a collection and an index
1515
print("Creating collection...")

0 commit comments

Comments
 (0)