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