-
-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin mechanism for registering extra commands #49
Labels
enhancement
New feature or request
Milestone
Comments
Initial documentation: https://github.com/simonw/llm/blob/945c5026a0c0ef6808f81a804372b95631b6aace/docs/plugins.md |
simonw
added a commit
to simonw/llm-hello-world
that referenced
this issue
Jun 17, 2023
First plugin is here: https://github.com/simonw/llm-hello-world |
simonw
added a commit
that referenced
this issue
Jun 17, 2023
simonw
added a commit
that referenced
this issue
Jun 17, 2023
simonw
changed the title
Plugin mechanism for installing templates and models
Plugin mechanism for registering extra commands
Jun 17, 2023
I'm going to build the other plugin hooks in separate tickets. |
simonw
added a commit
that referenced
this issue
Jul 10, 2023
simonw
added a commit
that referenced
this issue
Jul 10, 2023
simonw
added a commit
that referenced
this issue
Jul 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inspired by Datasette's: https://docs.datasette.io/en/stable/plugins.html
Refs:
llm models
command #33Three initial plugin hooks:
register_commands(cli)
- to register extra commandsregister_templates
- return a list ofllm.Template
#52register_models
#53The text was updated successfully, but these errors were encountered: