CCockrum commited on
Commit
1bdef79
·
verified ·
1 Parent(s): b42d1ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 to continue the conversation or go in a new direction."
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)