demongodYY commited on
Commit
bfaf40d
·
1 Parent(s): af5101f
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -4,7 +4,7 @@ from langchain.callbacks.streaming_stdout_final_only import (
4
  FinalStreamingStdOutCallbackHandler,
5
  )
6
 
7
- # _ = load_dotenv(find_dotenv()) # read local .env file
8
 
9
  openaiAPIVersion = os.getenv("OPENAI_API_VERSION") # "2023-05-15"
10
  gpt4Model = os.getenv("AZURE_OPENAI_DEPLOYMENT_NAME_GPT4")
 
4
  FinalStreamingStdOutCallbackHandler,
5
  )
6
 
7
+ _ = load_dotenv(find_dotenv()) # read local .env file
8
 
9
  openaiAPIVersion = os.getenv("OPENAI_API_VERSION") # "2023-05-15"
10
  gpt4Model = os.getenv("AZURE_OPENAI_DEPLOYMENT_NAME_GPT4")