Spaces:
Runtime error
Runtime error
updated key
Browse files
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')
|