mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
add a custom openai provider example
This commit is contained in:
parent
06c8e7b766
commit
8b1c43f3f3
1 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue