Skip to content
Snippets Groups Projects
Commit 9d1844f8 authored by yisding's avatar yisding
Browse files

Merge branch 'main' into add-pgvector-store

parent dcd1aa12
Branches
Tags
No related merge requests found
......@@ -12,6 +12,7 @@ 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>
```
......
......@@ -12,6 +12,7 @@ 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>
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment