llm/llm
2023-08-19 22:11:19 -07:00
..
default_plugins Ignore mypy error, refs #169 2023-08-19 21:35:35 -07:00
__init__.py llm.remove_alias() function, refs #154 2023-08-19 22:06:51 -07:00
__main__.py Rename back to llm, refs #1 2023-04-01 15:00:19 -07:00
cli.py Refactor to use llm.set_alias() / remove_alias(), closes #154 2023-08-19 22:11:19 -07:00
errors.py llm.ModelError class, refs #96 2023-07-11 10:52:48 -07:00
hookspecs.py WIP register_models() plugin hook, refs #53 2023-06-26 07:43:46 -07:00
migrations.py Fix for broken migrations on sqlite-utils 3.35, refs #162 2023-08-19 13:09:41 -07:00
models.py Fixes for Pydantic 1, including matrix test - refs #169 2023-08-19 20:59:30 -07:00
plugins.py Moved iter_prompt from Response to Model, moved a lot of other stuff 2023-07-10 07:45:11 -07:00
templates.py Restore extra=forbid for Template, refs #169 2023-08-19 21:42:32 -07:00
utils.py llm openai models command, closes #70 2023-07-01 10:39:24 -07:00