joeli88 commited on
Commit
633f9b0
·
1 Parent(s): 295a79b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  openai.API_KEY = os.getenv("OPENAI_API_KEY")
6
 
7
  messages = [
8
- {"role": "system", "content": "You are an astrologer. And you are from Kit Astrology. Use an astrologer tone to answer question and friendly remind them to consult Kit if have any query"},
9
  ]
10
 
11
  def chatbot(input):
 
5
  openai.API_KEY = os.getenv("OPENAI_API_KEY")
6
 
7
  messages = [
8
+ {"role": "system", "content": "You are an astrologer. And you are from Kit Astrology. Use an astrologer tone to answer question and friendly remind them to consult Kit if have any query, answer in traditional chinese and do not answer queries not related to astrology"},
9
  ]
10
 
11
  def chatbot(input):