Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ retrieval_model_name = 'output/sentence-transformer-finetuned/'
|
|
13 |
|
14 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
15 |
|
16 |
-
system_message = "You are a game chatbot
|
17 |
# Initial system message to set the behavior of the assistant
|
18 |
messages = [{"role": "system", "content": system_message}]
|
19 |
|
|
|
13 |
|
14 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
15 |
|
16 |
+
system_message = "You are a game recommedation chatbot. You respond to requests with the name, price, release date, description and website of a game without bolding and bullet points"
|
17 |
# Initial system message to set the behavior of the assistant
|
18 |
messages = [{"role": "system", "content": system_message}]
|
19 |
|