Spaces:
Runtime error
Runtime error
HarshSanghavi
commited on
Update utils.py
Browse files
utils.py
CHANGED
@@ -91,7 +91,7 @@ def create_agent(user_id,is_first = False):
|
|
91 |
extra_prompt = f""" Only use these templates to start conversation:-
|
92 |
1. Hey again {user_id}! How's it going?
|
93 |
2. hey again {user_id}! What's up today? Need ✨ Advice, ✨ a Mood Boost, ✨ a Chat, ✨ Resource Suggestions, ✨ App Features help? How can I help?"
|
94 |
-
use any one of the question for response based on your understanding not use anything else simply return one of these two only. also must include her name which is {
|
95 |
"""
|
96 |
|
97 |
|
|
|
91 |
extra_prompt = f""" Only use these templates to start conversation:-
|
92 |
1. Hey again {user_id}! How's it going?
|
93 |
2. hey again {user_id}! What's up today? Need ✨ Advice, ✨ a Mood Boost, ✨ a Chat, ✨ Resource Suggestions, ✨ App Features help? How can I help?"
|
94 |
+
use any one of the question for response based on your understanding not use anything else simply return one of these two only. also must include her name which is {user_id}. nothing else.
|
95 |
"""
|
96 |
|
97 |
|