llm/llm
2023-07-01 10:39:24 -07:00
..
__init__.py Refactor Template into templates.py 2023-07-01 08:27:45 -07:00
__main__.py Rename back to llm, refs #1 2023-04-01 15:00:19 -07:00
cli.py Fix for --key being beaten by env variable, closes #71 2023-07-01 10:33:49 -07:00
errors.py New mechanism for handling API keys for models 2023-06-26 08:05:48 -07:00
hookspecs.py WIP register_models() plugin hook, refs #53 2023-06-26 07:43:46 -07:00
migrations.py Store debug info, closes #34 2023-06-16 08:51:56 +01:00
models.py Model.stream() and .get_key() methods 2023-07-01 09:03:07 -07:00
openai_models.py llm openai models command, closes #70 2023-07-01 10:39:24 -07:00
plugins.py Implemented PaLM 2, to test out new plugin hook - refs #20 2023-06-26 08:25:01 -07:00
templates.py Refactor Template into templates.py 2023-07-01 08:27:45 -07:00
utils.py llm openai models command, closes #70 2023-07-01 10:39:24 -07:00
vertex_models.py Implemented PaLM 2, to test out new plugin hook - refs #20 2023-06-26 08:25:01 -07:00