Skip to content

Commit 1c7686f

Browse files
authored
Merge pull request #1647 from endolith/patch-3
Update openrouter.mdx
2 parents add013d + 1a47ed3 commit 1c7686f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/language-models/hosted-models/openrouter.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ interpreter.llm.model = "openrouter/meta-llama/llama-2-70b-chat"
5555

5656
# Required Environment Variables
5757

58-
Set the following environment variables [(click here to learn how)](https://chat.openai.com/share/1062cdd8-62a1-4aa8-8ec9-eca45645971a) to use these models.
58+
Set the following LiteLLM environment variables [(click here to learn how)](https://chat.openai.com/share/1062cdd8-62a1-4aa8-8ec9-eca45645971a) to use these models.
5959

6060
| Environment Variable | Description | Where to Find |
6161
| --------------------- | ------------ | -------------- |
6262
| `OPENROUTER_API_KEY` | The API key for authenticating to OpenRouter's services. | [OpenRouter Account Page](https://openrouter.ai/keys) |
63-
| `OR_SITE_URL` | The site URL for OpenRouter's services. | [OpenRouter Account Page](https://openrouter.ai/keys) |
64-
| `OR_APP_NAME` | The app name for OpenRouter's services. | [OpenRouter Account Page](https://openrouter.ai/keys) |
63+
| `OR_SITE_URL` | An optional app URL for tracking usage, such as `https://github.com/openinterpreter/open-interpreter/`. | Your choice |
64+
| `OR_APP_NAME` | An optional app name for tracking usage, such as `"Open Interpreter"`. | Your choice |

0 commit comments

Comments
 (0)