llm/llm
2023-08-19 20:59:30 -07:00
..
default_plugins Allow for use of Pydantic v1 as well as v2. (#147) 2023-08-19 20:50:59 -07:00
__init__.py Refactor get_key() with docs and better varible names 2023-08-17 15:03:55 -07:00
__main__.py Rename back to llm, refs #1 2023-04-01 15:00:19 -07:00
cli.py Fixes for Pydantic 1, including matrix test - refs #169 2023-08-19 20:59:30 -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 Renamed template.execute() to template.evaluate() and added type hints 2023-07-10 08:27:28 -07:00
utils.py llm openai models command, closes #70 2023-07-01 10:39:24 -07:00