mrprycep069 commited on
Commit
f603506
1 Parent(s): a221d30

Updating the API Key

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import openai
13
  import gradio
14
 
15
  # %pdb on
16
- openai.api_key = "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"
17
 
18
  menulist = [{"role": "system", "content": "You are ChatGPT Clone AI Robot"}]
19
 
 
13
  import gradio
14
 
15
  # %pdb on
16
+ openai.api_key = "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"
17
 
18
  menulist = [{"role": "system", "content": "You are ChatGPT Clone AI Robot"}]
19