Skip to content

Commit

Permalink
Fix docs to say LLM_OPENROUTER_KEY, closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Dec 8, 2024
1 parent 8fbcfec commit 263be41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ llm install llm-openrouter

You will need an API key from OpenRouter. You can [obtain one here](https://openrouter.ai/keys).

You can set that as an environment variable called `OPENROUTER_KEY`, or add it to the `llm` set of saved keys using:
You can set that as an environment variable called `LLM_OPENROUTER_KEY`, or add it to the `llm` set of saved keys using:

```bash
llm keys set openrouter
Expand Down

0 comments on commit 263be41

Please sign in to comment.