Skip to content

Commit

Permalink
support for OpenRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpxyne committed Oct 4, 2023
1 parent ccf37c8 commit 9e6e9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ poetry install

This will create a virtual environment and install all the necessary dependencies in that environment.

2. Set your [OpenAI API key](https://platform.openai.com/account/api-keys) and install the python requirements:
2. Set your [OpenRouter API key](https://openrouter.ai/docs#api-keys) and install the python requirements:

`export OPENAI_API_KEY=<your key>`
`export OPENROUTER_API_KEY=<your key>`

`pip install -r requirements.txt`

Expand Down

0 comments on commit 9e6e9bc

Please sign in to comment.