We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562aca5 commit 949b26cCopy full SHA for 949b26c
packages/opencode/src/session/system.ts
@@ -35,7 +35,7 @@ export namespace SystemPrompt {
35
const project = Instance.project
36
return [
37
[
38
- `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.`,
39
`Here is some useful information about the environment you are running in:`,
40
`<env>`,
41
` Working directory: ${Instance.directory}`,
0 commit comments