naman1102 commited on
Commit
1351057
·
1 Parent(s): d4ec8a0

Update chatbot_page.py

Browse files
Files changed (1) hide show
  1. 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 describe their ideal Hugging face repo. "
8
- "Ask questions to clarify what they want, their use case,features, etc. "
9
- "When the user clicks 'End Chat', analyze the conversation and return 1 to 5 keywords for repo search. "
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