Looking for Gemma4 like feature within Github Copilot to reduce the tokens usage
- 主要语言
- Shell
- 星标
- 11.2k
- 派生
- 1.9k
- 平均合并
- 14 小时 16 分钟
- 30 天内合并 PR
- 6
描述
### Describe the feature or problem you'd like to solve
Gemma 4 like feature
### Proposed solution
Looking like Gemma feature, Please see below benefits that will help Github as well
0-Token Intent Classification
Every time you type a prompt, Gemini CLI must decide if it needs the "Big Brain" (Gemini Pro) or the "Fast Brain" (Gemini Flash).
- Without Gemma 3: The CLI sends your prompt to the cloud just to ask "Is this a hard question?" (Costs tokens/latency).
- With Gemma 3: It decides locally on your machine in milliseconds. Cost: 0 tokens.
2. Offloading "Boring" Tasks
Gemma 3 identifies tasks that don't need expensive AI:
- SQL Formatting: If you ask to format ERPCRP2.sql, Gemma routes this to a local formatter or a tiny model.
- File Reading: "List all columns in this CSV" is handled by the "Fast Brain" (Flash) because Gemma flagged it as simple.
- Result: You save your Gemini Pro quota for the hard stuff—like tracing that htimObjMgr log or debugging integration errors.
### Example prompts or workflows
_No response_
### Additional context
_No response_
贡献指南
评估
这个 Issue 还没有评估数据。