Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
|
@@ -308,7 +308,7 @@ def response(message, history):
|
|
| 308 |
combination = [' '.join(triplets) for triplets in combination]
|
| 309 |
#print(combination)
|
| 310 |
rag="\n\n"
|
| 311 |
-
rag += "Mit Blick auf die aktuelle Äußerung des Users
|
| 312 |
rag += str(texts)
|
| 313 |
rag += "\n\nIm Folgenden siehst du den jüngsten Dialog-Verlauf:"
|
| 314 |
|
|
|
|
| 308 |
combination = [' '.join(triplets) for triplets in combination]
|
| 309 |
#print(combination)
|
| 310 |
rag="\n\n"
|
| 311 |
+
rag += "Mit Blick auf die aktuelle Äußerung des Users empfiehlst du AUSSCHLIEßLICH folgende KI-Verfahren aus unserer Datenbank:\n"
|
| 312 |
rag += str(texts)
|
| 313 |
rag += "\n\nIm Folgenden siehst du den jüngsten Dialog-Verlauf:"
|
| 314 |
|