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 aa2f281 commit 4446b4cCopy full SHA for 4446b4c
tests/conftest.py
@@ -63,7 +63,6 @@ def mock_session_env(monkeypatch_session):
63
monkeypatch_session.setenv("OPENAI_CHAT_HOST", "azure")
64
monkeypatch_session.setenv("OPENAI_EMBED_HOST", "azure")
65
monkeypatch_session.setenv("AZURE_OPENAI_ENDPOINT", "https://api.openai.com")
66
- monkeypatch_session.setenv("AZURE_OPENAI_VERSION", "2024-03-01-preview")
67
monkeypatch_session.setenv("AZURE_OPENAI_CHAT_DEPLOYMENT", "gpt-4o-mini")
68
monkeypatch_session.setenv("AZURE_OPENAI_CHAT_MODEL", "gpt-4o-mini")
69
monkeypatch_session.setenv("AZURE_OPENAI_EMBED_DEPLOYMENT", "text-embedding-3-large")
0 commit comments