Skip to content

Commit

Permalink
fix: update azure openai endpoint environment var
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Aug 23, 2024
1 parent 9fcee1a commit 520a133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def environment():
set_envvar_if_unset("CO_API_KEY", "test-api-key")
set_envvar_if_unset("GOOGLE_API_KEY", "test-api-key")
set_envvar_if_unset("AZURE_OPENAI_API_KEY", "test-api-key")
set_envvar_if_unset("AZURE_OPENAI_ENDPOINT", "https://ecologits-test.openai.azure.com/openai/deployments")
set_envvar_if_unset("AZURE_OPENAI_ENDPOINT", "https://ecologits-test.openai.azure.com/")
set_envvar_if_unset("OPENAI_API_VERSION", "2024-06-01")
set_envvar_if_unset("AZURE_MODEL_DEPLOYMENT", "gpt-4o-mini")

Expand Down

0 comments on commit 520a133

Please sign in to comment.