Tony Wang

Results 6 comments of 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

@brodybits thanks, I will try to follow that document and post some plugin to demonstrate the issue.

![sample](https://user-images.githubusercontent.com/3654511/47986723-86183c00-e118-11e8-88f2-6de85cf56de3.png) 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