Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,6 +115,7 @@ def resetChat():
|
|
| 115 |
return True
|
| 116 |
|
| 117 |
def rag(input_text, history, jezik): # , file):
|
|
|
|
| 118 |
# if (btn):
|
| 119 |
# resetChat()
|
| 120 |
# print(history, input_text)
|
|
|
|
| 115 |
return True
|
| 116 |
|
| 117 |
def rag(input_text, history, jezik): # , file):
|
| 118 |
+
global system_prompt
|
| 119 |
# if (btn):
|
| 120 |
# resetChat()
|
| 121 |
# print(history, input_text)
|