Skip to content

Commit

Permalink
Correct Environment Variable for OLLAMA Host
Browse files Browse the repository at this point in the history
- wrong environment variable mentioned
  • Loading branch information
jweberde committed Aug 27, 2024
1 parent 2eed1b2 commit cdf7286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-operator/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ A secret with the needed credentials for your Eidolon deployment. The name of th

See the [Eidolon documentation](https://www.eidolonai.com) for more information on what keys you need.
However, typically this will be a secret with the following keys:
- `OLLAMA_URL` - the URL for your Ollama deployment if you are using ollama.
- `OLLAMA_HOST` - the URL for your Ollama deployment if you are using ollama.
- `OPENAI_API_KEY` - your OpenAI API key if you are using OpenAI.
- `MISTRAL_API_KEY` - your Mistral API key if you are using Mistral.
- `ANTHROPIC_API_KEY` - your Anthropic API key if you are using Anthropic.
Expand Down

0 comments on commit cdf7286

Please sign in to comment.