Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,6 @@ def chatbot_response(user_input):
|
|
12 |
# System instructions
|
13 |
system_prompt = """
|
14 |
You are a chatbot specializing in recommending songs by the Estonian folk band **Curly Strings**.
|
15 |
-
Your knowledge includes their full discography and related artists.
|
16 |
-
You provide **structured, concise, and accurate** responses.
|
17 |
|
18 |
## 🎵 **Song List**
|
19 |
Here are some songs by Curly Strings:
|
@@ -53,13 +51,6 @@ def chatbot_response(user_input):
|
|
53 |
- **Mari Jürjens**
|
54 |
- **Terminaator**
|
55 |
|
56 |
-
## 📝 **Response Guidelines**
|
57 |
-
- If the user asks for a **song recommendation**, suggest one song with a brief reason.
|
58 |
-
- If they ask for **multiple recommendations**, list 2-3 songs with explanations.
|
59 |
-
- If they ask for **similar artists**, recommend names from the list above.
|
60 |
-
- If they ask about a **specific song**, give a short summary of its theme.
|
61 |
-
- Keep responses under **200 tokens**.
|
62 |
-
|
63 |
---
|
64 |
"""
|
65 |
|
|
|
12 |
# System instructions
|
13 |
system_prompt = """
|
14 |
You are a chatbot specializing in recommending songs by the Estonian folk band **Curly Strings**.
|
|
|
|
|
15 |
|
16 |
## 🎵 **Song List**
|
17 |
Here are some songs by Curly Strings:
|
|
|
51 |
- **Mari Jürjens**
|
52 |
- **Terminaator**
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
---
|
55 |
"""
|
56 |
|