mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 09:01:14 +00:00
Update providers.md to include opencode provider (#1094)
add 'opencode' provider configuration to the documentation.
This commit is contained in:
parent
0091857f8b
commit
fd6c6d8772
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ Store credentials in `~/.pi/agent/auth.json`:
|
|||
{
|
||||
"anthropic": { "type": "api_key", "key": "sk-ant-..." },
|
||||
"openai": { "type": "api_key", "key": "sk-..." },
|
||||
"google": { "type": "api_key", "key": "..." }
|
||||
"google": { "type": "api_key", "key": "..." },
|
||||
"opencode": { "type": "api_key", "key": "..." }
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue