Paul Harrison
0698919cb6
This commit will add the ability to create custom bots in the form of automatically prepending additional bot-specific context to your chat session. A new `chat` CLI argument will be added allowing users to provide the name of an existing bot. For example: ``` llm chat -b "My Bot" ``` An additional `bot` CLI is added for creating and removing bots. Closes #13 |
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
test_bot.py | ||
test_chat.py | ||
test_cli.py | ||
test_utils.py |