Update providers.md to include opencode provider (#1094)
add 'opencode' provider configuration to the documentation.
This commit is contained in:
@@ -75,7 +75,8 @@ Store credentials in `~/.pi/agent/auth.json`:
|
|||||||
{
|
{
|
||||||
"anthropic": { "type": "api_key", "key": "sk-ant-..." },
|
"anthropic": { "type": "api_key", "key": "sk-ant-..." },
|
||||||
"openai": { "type": "api_key", "key": "sk-..." },
|
"openai": { "type": "api_key", "key": "sk-..." },
|
||||||
"google": { "type": "api_key", "key": "..." }
|
"google": { "type": "api_key", "key": "..." },
|
||||||
|
"opencode": { "type": "api_key", "key": "..." }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user