fastx commited on
Commit
39131cb
·
1 Parent(s): 236fc78

Update app.py

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