-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Python library support for adding aliases #154
Comments
After implementing this I should upgrade the various plugins that have their own alias mechanism to use this instead. |
llm aliases --help
I should add And I'll make |
Here's the current implementation of the Lines 715 to 724 in 0cd9333
It catches What SHOULD the Python library do if you call Two options:
I'm very tempted to implement 2 - a broken |
I'm going for that - if the JSON is invalid it rewrites it. |
Now to refactor some code to use this. |
Originally posted by @simonw in simonw/llm-mlc#4 (comment)
This would make sense as a Python API method that plugins can use.
Maybe this:
The text was updated successfully, but these errors were encountered: