From 9d1844f895160b616495615ca805e69e68e38f76 Mon Sep 17 00:00:00 2001 From: yisding <yi.s.ding@gmail.com> Date: Tue, 21 Nov 2023 21:33:41 -0800 Subject: [PATCH] Merge branch 'main' into add-pgvector-store --- templates/types/simple/fastapi/README-template.md | 1 + templates/types/streaming/fastapi/README-template.md | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/types/simple/fastapi/README-template.md b/templates/types/simple/fastapi/README-template.md index 0e7fb538..f0bfa5e0 100644 --- a/templates/types/simple/fastapi/README-template.md +++ b/templates/types/simple/fastapi/README-template.md @@ -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> ``` diff --git a/templates/types/streaming/fastapi/README-template.md b/templates/types/streaming/fastapi/README-template.md index 0e7fb538..f0bfa5e0 100644 --- a/templates/types/streaming/fastapi/README-template.md +++ b/templates/types/streaming/fastapi/README-template.md @@ -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> ``` -- GitLab