Skip to content
Snippets Groups Projects
Commit dcd1aa12 authored by yisding's avatar yisding Committed by GitHub
Browse files

Merge pull request #209 from run-llama/jerry/edit_readme

add .env instructions 
parents c34afc03 9527e600
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,13 @@ poetry install
poetry shell
```
By default, we use the OpenAI LLM (though you can customize, see app/api/routers/chat.py). As a result you need to specify an `OPENAI_API_KEY` in an .env file in this directory.
Example `backend/.env` file:
```
OPENAI_API_KEY=<openai_api_key>
```
Second, run the development server:
```
......
......@@ -9,6 +9,13 @@ poetry install
poetry shell
```
By default, we use the OpenAI LLM (though you can customize, see app/api/routers/chat.py). As a result you need to specify an `OPENAI_API_KEY` in an .env file in this directory.
Example `backend/.env` file:
```
OPENAI_API_KEY=<openai_api_key>
```
Second, run the development server:
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment