We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f47e4 commit 660800cCopy full SHA for 660800c
packages/opencode/src/session/system.ts
@@ -33,7 +33,7 @@ export namespace SystemPrompt {
33
const project = Instance.project
34
return [
35
[
36
- `You are powered by the model named ${model.api.id}. The exact model ID is ${model.providerID}/${model.api.id}`,
+ `You are powered by the Dr. Binary's models. The specific model is chosen dynamically.`,
37
`Here is some useful information about the environment you are running in:`,
38
`<env>`,
39
` Working directory: ${Instance.directory}`,
0 commit comments