-
Notifications
You must be signed in to change notification settings - Fork 868
Add Gemini 3.8 Flash & update the default Gemini Flash model #1060
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -196,6 +196,7 @@ export const googleApiModelKeys = [ | |
| 'googleGemini3_5FlashLite', | ||
| 'googleGemini3_6Flash', | ||
| 'googleGemini3_7Flash', | ||
| 'googleGemini3_8Flash', | ||
| 'googleGemini3Flash', | ||
| 'googleGemini2_5Pro', | ||
| 'googleGemini2_5Flash', | ||
|
|
@@ -696,6 +697,10 @@ export const Models = { | |
| value: 'gemini-3.7-flash', | ||
| desc: 'Google (Gemini 3.7 Flash)', | ||
| }, | ||
| googleGemini3_8Flash: { | ||
| value: 'gemini-3.8-flash', | ||
| desc: 'Google (Gemini 3.8 Flash)', | ||
| }, | ||
| googleGemini3Flash: { | ||
| value: 'gemini-3-flash-preview', | ||
| desc: 'Google (Gemini 3 Flash Preview)', | ||
|
|
@@ -755,7 +760,7 @@ export const defaultApiModeIds = [ | |
| 'claudeSonnet5Api', | ||
| 'claudeHaiku45Api', | ||
| 'googleGemini3_1Pro', | ||
| 'googleGemini3_7Flash', | ||
| 'googleGemini3_8Flash', | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For users who previously customized the API-mode list, Useful? React with 👍 / 👎.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win 🔎 Supported by static analysis🏁 Script executed: printf '%s\n' '--- repository conventions ---'
head -5 /tmp/coderabbit-repo-knowledge/chatgptbox-dev-chatgptbox-458a1ad5/*/*.md 2>/dev/null || true
printf '%s\n' '--- package scripts ---'
sed -n '1,180p' package.json
printf '%s\n' '--- relevant diff ---'
git diff -- src/config/index.mjs
printf '%s\n' '--- nearby configuration ---'
sed -n '700,790p' src/config/index.mjs
printf '%s\n' '--- tracked build/test configuration ---'
git ls-files | rg '(^|/)(package\.json|.*(test|build|vite|webpack|manifest|playwright|cypress).*)$' | head -80Repository: ChatGPTBox-dev/chatGPTBox Length of output: 13679 🏁 Script executed: printf '%s\n' '--- defaultApiModeIds consumers ---'
rg -n -C 4 'defaultApiModeIds|googleGemini3_8Flash|googleGemini3_1Pro' src tests .github/workflows
printf '%s\n' '--- CI validation contract ---'
cat .github/workflows/pr-tests.yml
printf '%s\n' '--- build outputs declared by build script ---'
sed -n '1,240p' build.mjsRepository: ChatGPTBox-dev/chatGPTBox Length of output: 40785 Run the required validation checks
🤖 Prompt for AI AgentsSource: Coding guidelines |
||
| 'mistralMediumLatest', | ||
| 'openRouter_auto', | ||
| 'openRouter_free', | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. gemini 3.8 locale key missing
📘 Rule violation⚙ MaintainabilityAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools