Skip to content

chore: use openai as default model.#16

Merged
LeiGuo622 merged 1 commit into
mainfrom
chore/update-default-model
Apr 22, 2026
Merged

chore: use openai as default model.#16
LeiGuo622 merged 1 commit into
mainfrom
chore/update-default-model

Conversation

@LeiGuo622
Copy link
Copy Markdown
Owner

Updated the default model provider in JudgeAgent from 'claude' to 'openai' to align with the current primary testing environment.

Copilot AI review requested due to automatic review settings April 22, 2026 11:42
@LeiGuo622 LeiGuo622 merged commit 50f8c3a into main Apr 22, 2026
2 checks passed
@LeiGuo622 LeiGuo622 deleted the chore/update-default-model branch April 22, 2026 11:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates JudgeAgent’s default LLM provider to match the primary testing environment.

Changes:

  • Switch JudgeAgent default model_provider from claude to openai.
  • Update DeepSeek’s configured default model identifier.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +79 to 80
model_provider: Literal["openai", "deepseek", "gemini", "claude"] = "openai",
ref: str = "HEAD",
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default model_provider is now openai, but the CLI help text still says claude (default) (see main() usage message later in this file). Update the help/usage text (and any other in-file documentation referring to the default) so it matches the new default provider.

Copilot uses AI. Check for mistakes.
Comment on lines 52 to 56
"deepseek": {
"name": "DeepSeek",
"default_model": "deepseek/deepseek-chat-v3-0324",
"default_model": "deepseek/deepseek-chat",
"key_env_name": "OPENROUTER_API_KEY",
"constructor": _openrouter_common,
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR also changes the DeepSeek default_model from a pinned version (deepseek/deepseek-chat-v3-0324) to the unversioned deepseek/deepseek-chat, but the PR title/description only mention switching the default provider to OpenAI. Please either update the PR description to include this change or revert it; if keeping it, consider pinning a specific DeepSeek model version for reproducibility (consistent with the version-pinned Claude entry).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants