Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ import base64
|
|
12 |
with open("Iso_Logotipo_Ceibal.png", "rb") as image_file:
|
13 |
encoded_image = base64.b64encode(image_file.read()).decode()
|
14 |
|
15 |
-
#openai.api_key = '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'
|
16 |
openai.api_key = os.environ['apikey']
|
17 |
|
18 |
def clear_chat(message, chat_history):
|
|
|
12 |
with open("Iso_Logotipo_Ceibal.png", "rb") as image_file:
|
13 |
encoded_image = base64.b64encode(image_file.read()).decode()
|
14 |
|
|
|
15 |
openai.api_key = os.environ['apikey']
|
16 |
|
17 |
def clear_chat(message, chat_history):
|