Skip to content
Snippets Groups Projects
Commit 3e8c9236 authored by Jerry Liu's avatar Jerry Liu
Browse files

cr

parent cfee282c
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,13 @@ poetry install ...@@ -9,6 +9,13 @@ poetry install
poetry shell 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: Second, run the development server:
``` ```
......
...@@ -9,6 +9,13 @@ poetry install ...@@ -9,6 +9,13 @@ poetry install
poetry shell 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: Second, run the development server:
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment