Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ class EnhancedContextDrivenChatbot:
|
|
| 116 |
return question
|
| 117 |
|
| 118 |
|
| 119 |
-
|
| 120 |
if not self.model:
|
| 121 |
return question # Return original question if no model is available
|
| 122 |
|
|
|
|
| 116 |
return question
|
| 117 |
|
| 118 |
|
| 119 |
+
def rephrase_query(self, question, instructions=None):
|
| 120 |
if not self.model:
|
| 121 |
return question # Return original question if no model is available
|
| 122 |
|