joeli88 commited on
Commit
4e44db4
1 Parent(s): 40a4d12

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, answer in traditional chinese "},
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 questions with more details and friendly remind them to consult Kit if have any query, answer in traditional chinese "},
9
  ]
10
 
11
  def chatbot(input):