From 4e52a0167077f4f264bb7bcbf177fa5d03a173f9 Mon Sep 17 00:00:00 2001 From: Sergio Prada Date: Mon, 18 Dec 2023 22:04:24 -0500 Subject: [PATCH] readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d6d5b7..e0ea18f 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Searches are segmented (filtered) by the session id provided automatically. - `PORT` (default:8000) - Motorhead Server Port - `OPENAI_API_KEY`- [Your api key](https://platform.openai.com/account/api-keys) to connect to OpenAI. - `REDIS_URL` (required)- URL used to connect to `redis`. +- `OPENAI_API_BASE` (default:https://api.openai.com/v1) - OpenAI API Base URL ### Azure deployment