Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Migrate from deprecated AzureOpenAI constructors to standard OpenAI client #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Copilot wants to merge 3 commits into main
base: main
Choose a base branch
Loading
from copilot/fix-269
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove AZURE_OPENAI_VERSION from test configuration
  • Loading branch information
Copilot committed Sep 23, 2025
commit 4446b4cd16090d08a7dd312a565edd9c873f660f
1 change: 0 additions & 1 deletion tests/conftest.py
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def mock_session_env(monkeypatch_session):
monkeypatch_session.setenv("OPENAI_CHAT_HOST", "azure")
monkeypatch_session.setenv("OPENAI_EMBED_HOST", "azure")
monkeypatch_session.setenv("AZURE_OPENAI_ENDPOINT", "https://api.openai.com")
monkeypatch_session.setenv("AZURE_OPENAI_VERSION", "2024年03月01日-preview")
monkeypatch_session.setenv("AZURE_OPENAI_CHAT_DEPLOYMENT", "gpt-4o-mini")
monkeypatch_session.setenv("AZURE_OPENAI_CHAT_MODEL", "gpt-4o-mini")
monkeypatch_session.setenv("AZURE_OPENAI_EMBED_DEPLOYMENT", "text-embedding-3-large")
Expand Down

AltStyle によって変換されたページ (->オリジナル) /