mikaelbhai commited on
Commit
2cbea29
·
1 Parent(s): d4c46b9

Update app.py

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