fastx commited on
Commit
3bf794c
·
1 Parent(s): 186391a

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
  messages = [
6
  {"role": "system", "content": "You are a helpful and kind AI Assistant for content and blog writing"},
7
  ]
 
1
  import openai
2
  import gradio as gr
3
 
4
+ openai.api_key = "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"
5
  messages = [
6
  {"role": "system", "content": "You are a helpful and kind AI Assistant for content and blog writing"},
7
  ]