mikaelbhai commited on
Commit
a447018
·
1 Parent(s): 86a5a65

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 a brother to all"}]
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 a brother to all"}]
7