Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cebfab9

Browse files
authored
Update Langchain_Python_AzureOpenAI_SQL_via_odbc.py
1 parent 634f5ed commit cebfab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenAI Python SQL/Langchain_Python_AzureOpenAI_SQL_via_odbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#print(df.head(10))
2929

3030
os.environ["OPENAI_API_TYPE"] = "azure"
31-
os.environ["OPENAI_API_KEY"] = "c300c488dd4e47dfbcb8ad1baba40ac0"
31+
os.environ["OPENAI_API_KEY"] = ""
3232
os.environ["OPENAI_API_BASE"] = "https://bballazureopenai.openai.azure.com/"
3333
os.environ["OPENAI_API_VERSION"] = "2022-12-01"
3434

0 commit comments

Comments
 (0)