davidfearne commited on
Commit
f591a49
·
verified ·
1 Parent(s): 48db34e

Update azure_openai.py

Browse files
Files changed (1) hide show
  1. azure_openai.py +1 -2
azure_openai.py CHANGED
@@ -7,8 +7,7 @@ from langchain_core.prompts.chat import SystemMessagePromptTemplate, HumanMessag
7
 
8
 
9
  # LLM Langchain Definition
10
- # OPENAI_API_KEY = st.secrets['azure_api_key']
11
- OPENAI_API_KEY = "86b631a9c0294e9698e327c59ff5ac2c"
12
  OPENAI_API_TYPE = "azure"
13
  OPENAI_API_BASE = "https://davidfearn-gpt4.openai.azure.com"
14
  # OPENAI_API_VERSION = "2024-02-01"
 
7
 
8
 
9
  # LLM Langchain Definition
10
+ OPENAI_API_KEY = st.secrets['azure_api_key']
 
11
  OPENAI_API_TYPE = "azure"
12
  OPENAI_API_BASE = "https://davidfearn-gpt4.openai.azure.com"
13
  # OPENAI_API_VERSION = "2024-02-01"