CCockrum commited on
Commit
6036241
Β·
verified Β·
1 Parent(s): 6876886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def generate_follow_up(user_text):
100
  return output if output else "Would you like to explore another related topic or ask about something else?"
101
 
102
  # βœ… Main Response Function
103
- def get_response(system_message, chat_history, user_text, max_new_tokens=512):
104
  action = predict_action(user_text) # πŸ”₯ Fix: Define 'action'
105
 
106
  # βœ… Handle NASA-Specific Queries
 
100
  return output if output else "Would you like to explore another related topic or ask about something else?"
101
 
102
  # βœ… Main Response Function
103
+ def get_response(system_message, chat_history, user_text, max_new_tokens=1024):
104
  action = predict_action(user_text) # πŸ”₯ Fix: Define 'action'
105
 
106
  # βœ… Handle NASA-Specific Queries