Spaces:
Sleeping
Sleeping
Update chatbot_page.py
Browse files- chatbot_page.py +3 -4
chatbot_page.py
CHANGED
|
@@ -4,10 +4,9 @@ import os
|
|
| 4 |
|
| 5 |
# System prompt for the chatbot
|
| 6 |
CHATBOT_SYSTEM_PROMPT = (
|
| 7 |
-
"You are a helpful assistant. Your goal is to help the user
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"Return only the keywords as a comma-separated list."
|
| 11 |
)
|
| 12 |
|
| 13 |
# Store the conversation
|
|
|
|
| 4 |
|
| 5 |
# System prompt for the chatbot
|
| 6 |
CHATBOT_SYSTEM_PROMPT = (
|
| 7 |
+
"You are a helpful and friendly assistant. Your goal is to help the user discover their ideal Hugging Face repository. "
|
| 8 |
+
"Engage in a natural conversation, ask clarifying questions about their needs, such as their use case, preferred programming languages, or specific features they are looking for. "
|
| 9 |
+
"Keep your responses concise and focused on helping the user."
|
|
|
|
| 10 |
)
|
| 11 |
|
| 12 |
# Store the conversation
|