You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OPENAI_API_BASE is for Azure right? I don't know whether openai also needs to set this parameter..
The environment variables here are all configured by the user through the client, and then I will store them in the corresponding database, and finally store them in the python environment variables
Description
.env file
OPENAI_API_KEY=xxx
OPENAI_API_TYPE=open_ai
OPENAI_API_BASE="xxxx"
python file
from dotenv import load_dotenv
load_dotenv(".env")
The text was updated successfully, but these errors were encountered: