fastx commited on
Commit
186391a
·
1 Parent(s): 7e1c21b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -2,9 +2,6 @@ import openai
2
  import gradio as gr
3
 
4
  openai.api_key = "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"
5
-
6
-
7
-
8
  messages = [
9
  {"role": "system", "content": "You are a helpful and kind AI Assistant for content and blog writing"},
10
  ]
 
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
  ]