ohnothekrakengotme commited on
Commit
0fca55e
·
verified ·
1 Parent(s): 2f5e3b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
 
 
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