fastx commited on
Commit
236fc78
·
1 Parent(s): 3d9eaa0

Update app.py

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