Azure functions gets stuck on api call
I have written python code to run on azure functions with durable activities. There are five different activites which make different llm api calls both synchronously or async inside one orchestrator function.
I have written python code to run on azure functions with durable activities. There are five different activites which make different llm api calls both synchronously or async inside one orchestrator function.