llm-chat/tests
Paul Harrison 0698919cb6 Incorporate custom bots into chat CLI
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
2024-06-27 17:07:28 +01:00
..
__init__.py Initial commit 2023-08-13 19:53:05 +01:00
conftest.py Incorporate custom bots into chat CLI 2024-06-27 17:07:28 +01:00
test_bot.py Incorporate custom bots into chat CLI 2024-06-27 17:07:28 +01:00
test_chat.py Incorporate custom bots into chat CLI 2024-06-27 17:07:28 +01:00
test_cli.py Incorporate custom bots into chat CLI 2024-06-27 17:07:28 +01:00
test_utils.py Incorporate custom bots into chat CLI 2024-06-27 17:07:28 +01:00