j-js commited on
Commit
41288f8
·
verified ·
1 Parent(s): ca30468

Update conversation_logic.py

Browse files
Files changed (1) hide show
  1. conversation_logic.py +0 -5
conversation_logic.py CHANGED
@@ -419,11 +419,6 @@ def generate_response(
419
  result.reply = format_reply(result.reply, tone, verbosity, transparency, help_mode)
420
  return result
421
 
422
- if is_quant_question(visible_user_text):
423
- result = solve_quant(visible_user_text, help_mode)
424
- result.reply = format_reply(result.reply, tone, verbosity, transparency, help_mode)
425
- return result
426
-
427
  result = solve_verbal_or_general(visible_user_text, help_mode)
428
  result.reply = format_reply(result.reply, tone, verbosity, transparency, help_mode)
429
  return result
 
419
  result.reply = format_reply(result.reply, tone, verbosity, transparency, help_mode)
420
  return result
421
 
 
 
 
 
 
422
  result = solve_verbal_or_general(visible_user_text, help_mode)
423
  result.reply = format_reply(result.reply, tone, verbosity, transparency, help_mode)
424
  return result