Skip to content

Commit dd33611

Browse files
committed
Disable model information
1 parent b64dfcb commit dd33611

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

0 commit comments

Comments
 (0)