Skip to content

Commit

Permalink
Run on Anyscale
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Apr 19, 2024
1 parent d6e31cb commit ac849d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ export OPENAI_API_KEY="sk-yourownapikey"

To use it with other LLM services, populate relevant environment variables as shown in these examples:

* [Anyscale](https://www.anyscale.com/)
```
export LLM_API_BASE_URL=https://api.endpoints.anyscale.com/v1
export LLM_API_KEY="yourownapikey"
export LLM_CHAT_MODEL="mistralai/Mistral-7B-Instruct-v0.1"
```

* [Deep Infra](https://deepinfra.com)
```bash
export LLM_API_BASE_URL=https://api.deepinfra.com/v1/openai
Expand Down

0 comments on commit ac849d4

Please sign in to comment.