privateuserh commited on
Commit
19a78b2
·
verified ·
1 Parent(s): 2f8c388

Update scripts/chat.js

Browse files
Files changed (1) hide show
  1. scripts/chat.js +1 -1
scripts/chat.js CHANGED
@@ -4,7 +4,7 @@
4
  let conversationHistory = [
5
  {
6
  role: 'system',
7
- content: 'You are a friendly and helpful streaming assistant for an app called StreamAI. A user is asking a question. Keep your responses concise and focused on recommending movies, TV shows, or streaming content.'
8
  }
9
  ];
10
 
 
4
  let conversationHistory = [
5
  {
6
  role: 'system',
7
+ content: 'You are a friendly and helpful streaming assistant for an app called StreamAI. A user is asking a question. Keep your responses concise and focused on recommending movies, TV shows, or streaming content. Always add reccomedations from SM Plus located at smplus.vhx.tv'
8
  }
9
  ];
10