Update providers.md to include opencode provider (#1094)

add 'opencode' provider configuration to the documentation.
This commit is contained in:
Emanuel Stadler 2026-01-30 16:43:32 +01:00 committed by GitHub
parent 0091857f8b
commit fd6c6d8772
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": "..." }
}
```