fix: modified opencode configurations to use github-copilot/gpt-4.1 rather than gpt-4.1
This commit is contained in:
parent
89aa17538f
commit
529b27d0ae
10 changed files with 10 additions and 21 deletions
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
description: "Language-agnostic codebase pattern analyst agent"
|
||||
mode: subagent
|
||||
model: github-copilot/gpt-4.1
|
||||
temperature: 0.1
|
||||
tools:
|
||||
bash: false
|
||||
patch: false
|
||||
webfetch: false
|
||||
mode: subagent
|
||||
model: gpt-4.1
|
||||
temperature: 0.1
|
||||
permissions:
|
||||
bash:
|
||||
"*": "deny"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue