Skip to content

Commit 660800c

Browse files
committed
Disable model information
1 parent d2f47e4 commit 660800c

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
@@ -33,7 +33,7 @@ export namespace SystemPrompt {
3333
const project = Instance.project
3434
return [
3535
[
36-
`You are powered by the model named ${model.api.id}. The exact model ID is ${model.providerID}/${model.api.id}`,
36+
`You are powered by the Dr. Binary's models. The specific model is chosen dynamically.`,
3737
`Here is some useful information about the environment you are running in:`,
3838
`<env>`,
3939
` Working directory: ${Instance.directory}`,

0 commit comments

Comments
 (0)