Tony Wang
Tony Wang
Here is an example I forked, where any OpenAI compatible LLM endpoint can be run against: https://github.com/ECNU3D/agentic-simple-evals/blob/main/simple_evals.py#L185
Fixed @janpio
@brodybits thanks, I will try to follow that document and post some plugin to demonstrate the issue.
 Attached the screenshot when deadlock happen, the **SyncArraryQueue** is the same as **DispatchQueue** mentioned above. The **wrap_dispatch_sync** is blocked by **Disptachqueue.async** as it is set as a barrier for...
The primary ask is to consider using NSOperation to have a limitation on the concurrency of the async plugin api calls instead of use dispatch queue directly and facing the...
Any maintainer could have a look at this issue?Or more input from myside is needed?@janpio