Skip to content

Commit

Permalink
chore: add configuration info for Voyage model provider
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams authored and cjellick committed Nov 26, 2024
1 parent 73e6122 commit ad8adcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/05-configuration/02-model-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ When configuring models with the Azure OpenAI provider in Otto8, the "Target Mod

The Anthropic model provider requires setting the `OTTO8_ANTHROPIC_MODEL_PROVIDER_API_KEY` environment variable. You can get an API key for your Anthropic account [here](https://console.anthropic.com/settings/keys).

## Voyage AI

Voyage is Anthropic's recommended text-embedding provider. The Voyage model provider requires setting the `OTTO8_VOYAGE_MODEL_PROVIDER_API_KEY` environment variable. You can get an API key for your Voyage account [here](https://dash.voyageai.com/api-keys).

## Ollama

The Ollama model provider requires the `OTTO8_OLLAMA_MODEL_PROVIDER_HOST` environment variable. This host must point to a running instance of Ollama. For your reference, the default host and port for Ollama is `127.0.0.1:11434`. Otto8 doesn't set this by default.
Expand Down

0 comments on commit ad8adcc

Please sign in to comment.