mcuri commited on
Commit
daba645
·
1 Parent(s): 962e849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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):