CineAI commited on
Commit
1fe2644
1 Parent(s): 9cfdbcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ llm_model = LLM_Factory()
15
 
16
  trigger = {"lc": "small"}
17
 
18
- print(platform.version())
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)