llm/llm
2023-07-15 21:28:35 -07:00
..
default_plugins Ability to register additional OpenAI-compatible models 2023-07-15 10:01:03 -07:00
__init__.py Nicer error message for unknown models with -c mode, closes #92 2023-07-11 19:29:54 -07:00
__main__.py Rename back to llm, refs #1 2023-04-01 15:00:19 -07:00
cli.py llm logs list -q/--query option, closes #109 2023-07-15 16:20:28 -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 Enable FTS indexes on responses prompt and response columns, refs #109 2023-07-15 16:03:35 -07:00
models.py conversation_name should not have newlines, closes #110 2023-07-15 21:28:35 -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