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 specialized in recommending video games."
|
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 chatbot specialized in recommending video games based on genre, what they are about, and price."
|
17 |
# Initial system message to set the behavior of the assistant
|
18 |
messages = [{"role": "system", "content": system_message}]
|
19 |
|