From e2f231773520b74a5b8262f6f7831378b58fd865 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Fri, 4 Aug 2023 06:49:53 +0900 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70bcd3f..315be05 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ The library needs to be configured with your account's secret key, which is avai $ export OPENAI_API_KEY=sk-xxxxxxx ``` -### Set OPENAI_API_ENDPOINT to environment variable (optional) +### Set OPENAI_API_BASE to environment variable (optional) ```bash -$ export OPENAI_API_ENDPOINT=https://api.openai.com/v1 +$ export OPENAI_API_BASE=https://api.openai.com/v1 ``` ### Create client