fastx commited on
Commit
b23f08d
·
1 Parent(s): 2df22da

Update app.py

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