Spaces:
Running
Running
Update scripts/chat.js
Browse files- 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 |
|