We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbca42b commit 1673f9bCopy full SHA for 1673f9b
.gitattributes
@@ -1,2 +1,6 @@
1
# Auto detect text files and perform LF normalization
2
* text=auto
3
+
4
+# Exclude python executables
5
+! *.pyc
6
src/jarvis/jarvis/core/processor.py
@@ -38,6 +38,7 @@
38
from jarvis.core.nlp_processor import ResponseCreator
39
from jarvis.core.console_manager import ConsoleManager
40
41
42
class Processor:
43
def __init__(self):
44
self.input_engine = STTEngine(
0 commit comments