Skip to content

Commit 98dd59f

Browse files
committed
Disable model information
1 parent 91fbdfa commit 98dd59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/src/session/system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export namespace SystemPrompt {
2929
const project = Instance.project
3030
return [
3131
[
32-
`You are powered by the model named ${model.api.id}. The exact model ID is ${model.providerID}/${model.api.id}`,
32+
`You are powered by the Dr. Binary's models. The specific model is chosen dynamically.`,
3333
`Here is some useful information about the environment you are running in:`,
3434
`<env>`,
3535
` Working directory: ${Instance.directory}`,

0 commit comments

Comments
 (0)