Spaces:
Sleeping
Sleeping
Update app.py
Browse fileschange token 2
app.py
CHANGED
@@ -13,7 +13,7 @@ with open("Iso_Logotipo_Ceibal.png", "rb") as image_file:
|
|
13 |
encoded_image = base64.b64encode(image_file.read()).decode()
|
14 |
|
15 |
|
16 |
-
openai.api_key =
|
17 |
|
18 |
def clear_chat(message, chat_history):
|
19 |
return "", []
|
|
|
13 |
encoded_image = base64.b64encode(image_file.read()).decode()
|
14 |
|
15 |
|
16 |
+
openai.api_key = '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'
|
17 |
|
18 |
def clear_chat(message, chat_history):
|
19 |
return "", []
|