Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -447,7 +447,7 @@ def invoke (prompt, file, history, rag_option, model_option, openai_api_key, k=3
|
|
447 |
return history, "Stop: Success"
|
448 |
except:
|
449 |
pass
|
450 |
-
|
451 |
else:
|
452 |
#Antwort als Stream ausgeben... wenn Textantwort gefordert
|
453 |
print("history vor Zusatz...........")
|
|
|
447 |
return history, "Stop: Success"
|
448 |
except:
|
449 |
pass
|
450 |
+
"""
|
451 |
else:
|
452 |
#Antwort als Stream ausgeben... wenn Textantwort gefordert
|
453 |
print("history vor Zusatz...........")
|