From d487a73323d7b6d84eba6bda38e1e243d5dfe84c Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Tue, 5 Dec 2023 21:45:45 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 270beac..d0d2360 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ For debugging purposes, if you don't want to waste GPT4-Vision credits, you can MOCK=true poetry run uvicorn main:app --reload --port 7001 ``` +## Configuration + +* You can configure the OpenAI base URL if you need to use a proxy: Set OPENAI_BASE_URL in the `backend/.env` or directly in the UI in the settings dialog + ## Docker If you have Docker installed on your system, in the root directory, run: