Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ For `OpenAI`:

* `Server` must be `https://api.openai.com/v1`

For `OrcaRouter`:

* `Server` should be `https://api.orcarouter.ai/v1`
* `API Key` should be an OrcaRouter API key (prefixed with `sk-orca-`)
* A good starting `Model` is `orcarouter/auto`, which routes each request to the best available model

For other AI service:

* The `Server` should fill in a URL equivalent to OpenAI's `https://api.openai.com/v1`. For example, when using `Ollama`, it should be `http://localhost:11434/v1` instead of `http://localhost:11434/api/generate`
Expand Down