Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ llm_model = LLM_Factory()
|
|
15 |
|
16 |
trigger = {"lc": "small"}
|
17 |
|
18 |
-
print(platform.
|
19 |
|
20 |
def prepare_cor(input_text: str):
|
21 |
return build_chain.build_command_chain().handle_command(input_text)
|
|
|
15 |
|
16 |
trigger = {"lc": "small"}
|
17 |
|
18 |
+
print(platform.node())
|
19 |
|
20 |
def prepare_cor(input_text: str):
|
21 |
return build_chain.build_command_chain().handle_command(input_text)
|