Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -676,7 +676,7 @@ class JainArchitectureCore:
|
|
676 |
else:
|
677 |
return "μλ
νμΈμ!"
|
678 |
|
679 |
-
|
680 |
"""μ£Όμ μλ΅ λ΄μ© μμ±"""
|
681 |
intention = awareness["μλ_λ³Έμ§"]["νλ©΄_μλ"]
|
682 |
|
|
|
676 |
else:
|
677 |
return "μλ
νμΈμ!"
|
678 |
|
679 |
+
def _generate_main_response(self, input_text: str, awareness: Dict, patterns: Dict, judgment: Dict) -> str:
|
680 |
"""μ£Όμ μλ΅ λ΄μ© μμ±"""
|
681 |
intention = awareness["μλ_λ³Έμ§"]["νλ©΄_μλ"]
|
682 |
|