ysharma HF staff commited on
Commit
8095163
·
1 Parent(s): fc3d2ab

updated key

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def predict(user_input, temperature, stable_diff, image_cap, top_news, file_outp
115
 
116
 
117
  chat = ChatOpenAI(
118
- openai_api_key=openai_api_key,
119
  temperature=temperature, #1.0
120
  streaming=True,
121
  model='gpt-3.5-turbo-0613')
 
115
 
116
 
117
  chat = ChatOpenAI(
118
+ #openai_api_key=openai_api_key,
119
  temperature=temperature, #1.0
120
  streaming=True,
121
  model='gpt-3.5-turbo-0613')