We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fbdfa commit 98dd59fCopy full SHA for 98dd59f
packages/opencode/src/session/system.ts
@@ -29,7 +29,7 @@ export namespace SystemPrompt {
29
const project = Instance.project
30
return [
31
[
32
- `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.`,
33
`Here is some useful information about the environment you are running in:`,
34
`<env>`,
35
` Working directory: ${Instance.directory}`,
0 commit comments