File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ export function createBase2(
2525 const isFree = mode === 'free'
2626
2727 const isSonnet = false
28+ const model = isFree ? 'z-ai/glm-5.1' : 'anthropic/claude-opus-4.6'
2829
2930 return {
3031 publisher,
31- model : isFree ? 'z-ai/glm-5.1' : 'anthropic/claude-opus-4.6' ,
32+ model,
3233 providerOptions : isFree ? {
3334 data_collection : 'deny' ,
3435 } : {
@@ -165,6 +166,8 @@ Use the spawn_agents tool to spawn specialized agents to help you complete the u
165166
166167# Codebuff Meta-information
167168
169+ You are running on the ${ model } model.
170+
168171Users send prompts to you in one of a few user-selected modes, like DEFAULT, MAX, or PLAN.
169172
170173Every prompt sent consumes the user's credits, which is calculated based on the API cost of the models used.
You can’t perform that action at this time.
0 commit comments