sahanacp commited on
Commit
e687cd5
·
verified ·
1 Parent(s): 450c8d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -75,6 +75,8 @@ def process_query(query, history):
75
 
76
  # Execute query through planning agent
77
  response = planning_agent.execute(query)
 
 
78
 
79
  # Add current interaction to chat memory
80
  if chat_memory and hasattr(chat_memory, 'chat_memory'):
 
75
 
76
  # Execute query through planning agent
77
  response = planning_agent.execute(query)
78
+ #clearml_callback.flush_tracker(name="Planning agent", finish=True)
79
+ clearml_callback.flush_tracker(langchain_asset=llm, name="simple_sequential", finish=True)
80
 
81
  # Add current interaction to chat memory
82
  if chat_memory and hasattr(chat_memory, 'chat_memory'):