mcuri commited on
Commit
f321e81
·
1 Parent(s): c8d8847

Update app.py

Browse files

change token 2

Files changed (1) hide show
  1. app.py +1 -1
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 = os.environ['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']
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 "", []