llm-all-models-async 0.1
Release: llm-all-models-async 0.1
LLM plugins can define new models in both sync and async varieties. The async variants are most common for API-backed models – sync variants tend to be things that run the model directly within the plugin.
My …