Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -78,10 +78,6 @@ logging.basicConfig(
|
|
78 |
# Your predefined sentences
|
79 |
ANTWORT_WEISS_NICHT = ["ich weiß nicht.", "ich weiß das nicht", "Ich habe dazu keine Antwort", "Ich bin nicht sicher", "Ich kann das nicht beantworten", "Es tut mir leid, aber ich kenne keinen", "Es tut mir leid, aber ich kann die Frage nicht beantworten.", "Es tut mir leid, aber ich kann die Frage nicht beantworten, da ich zu der Frage keine spezifischen Informatioen habe"]
|
80 |
|
81 |
-
#################################################
|
82 |
-
#muss nocb aus Moodle importiert werden .. erstmal so...
|
83 |
-
correct_hash = hash_input("mensch")
|
84 |
-
|
85 |
#################################################
|
86 |
#Gesetzte Werte für Pfade, Prompts und Keys..
|
87 |
#################################################
|
@@ -963,5 +959,7 @@ class CustomDocTemplate(SimpleDocTemplate):
|
|
963 |
self.canv.restoreState()
|
964 |
|
965 |
|
966 |
-
|
|
|
|
|
967 |
|
|
|
78 |
# Your predefined sentences
|
79 |
ANTWORT_WEISS_NICHT = ["ich weiß nicht.", "ich weiß das nicht", "Ich habe dazu keine Antwort", "Ich bin nicht sicher", "Ich kann das nicht beantworten", "Es tut mir leid, aber ich kenne keinen", "Es tut mir leid, aber ich kann die Frage nicht beantworten.", "Es tut mir leid, aber ich kann die Frage nicht beantworten, da ich zu der Frage keine spezifischen Informatioen habe"]
|
80 |
|
|
|
|
|
|
|
|
|
81 |
#################################################
|
82 |
#Gesetzte Werte für Pfade, Prompts und Keys..
|
83 |
#################################################
|
|
|
959 |
self.canv.restoreState()
|
960 |
|
961 |
|
962 |
+
#################################################
|
963 |
+
#muss nocb aus Moodle importiert werden .. erstmal so...
|
964 |
+
correct_hash = hash_input("KKG")
|
965 |
|