Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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):
|