Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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
|