Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def generate_follow_up(user_text):
|
|
57 |
"""
|
58 |
prompt_text = (
|
59 |
f"Given the user's message: '{user_text}', ask one natural follow-up question "
|
60 |
-
"that offers
|
61 |
)
|
62 |
|
63 |
hf = get_llm_hf_inference(max_new_tokens=64, temperature=0.7)
|
|
|
57 |
"""
|
58 |
prompt_text = (
|
59 |
f"Given the user's message: '{user_text}', ask one natural follow-up question "
|
60 |
+
"that suggests a related topic or offers user the opportunity to go in a new direction."
|
61 |
)
|
62 |
|
63 |
hf = get_llm_hf_inference(max_new_tokens=64, temperature=0.7)
|