add a custom openai provider example

This commit is contained in:
Ramnique Singh 2025-11-19 01:21:54 +05:30
parent 06c8e7b766
commit 8b1c43f3f3

View file

@ -93,6 +93,14 @@ You can configure your models in `~/.rowboat/config/models.json`
"openai": {
"flavor": "openai"
},
"openai-compatible-host": {
"flavor": "openai",
"baseURL": "http://localhost:2000/...",
"apiKey": "...",
"headers": {
"foo": "bar"
}
},
"anthropic": {
"flavor": "anthropic"
},