basit123796 commited on
Commit
38e07ef
·
1 Parent(s): 0e5dd6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import openai
2
  import gradio as gi
3
 
4
 
5
- openai.api_key = "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"
6
 
7
  messages = [{"role": "system", "content": "you are chatGPT"}]
8
 
 
2
  import gradio as gi
3
 
4
 
5
+ openai.api_key = "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"
6
 
7
  messages = [{"role": "system", "content": "you are chatGPT"}]
8