Compare commits

...

1 Commits

Author SHA1 Message Date
Jerry Liu 3e8c923641 cr 2023-11-17 19:39:23 -08:00
2 changed files with 14 additions and 0 deletions
@@ -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:
```