Soumik555 commited on
Commit
ec565aa
·
1 Parent(s): 01e823e

put middle orchestrator

Browse files
Files changed (1) hide show
  1. controller.py +1 -1
controller.py CHANGED
@@ -814,7 +814,7 @@ async def csv_chart(request: dict, authorization: str = Header(None)):
814
 
815
  # Use orchestrator to handle the user's chart query first
816
  orchestrator_answer = await asyncio.to_thread(
817
- process_executor,csv_orchestrator_chat, csv_url, query
818
  )
819
 
820
  if orchestrator_answer is not None:
 
814
 
815
  # Use orchestrator to handle the user's chart query first
816
  orchestrator_answer = await asyncio.to_thread(
817
+ csv_orchestrator_chat, csv_url, query
818
  )
819
 
820
  if orchestrator_answer is not None: