privateuserh commited on
Commit
41fbc9a
·
verified ·
1 Parent(s): 9e90b9e

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. 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. Keep your responses concise and focused on recommending movies, TV shows, or streaming content. Always recommend related content from smplus.vhx.tv'
8
  }
9
  ];
10