llm-all-models-async 0.1 (opens in new tab)
<p><strong>Release:</strong> <a href=" 0.1</a></p> <p>LLM plugins can define new models in both <a href=" and <a href=" 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.</p> <p>My <a href=" plugin is sync only. I wanted to try it out with various Datasette LLM features (specifically <a href=" but Datasette can only use async models.</p> <p>So... I had Claude spin up this plugin that tur...
Read the original article