Paul Harrison
c4be19bd51
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 |
||
---|---|---|
.. | ||
cli | ||
__init__.py | ||
bot.py | ||
chat.py | ||
models.py | ||
settings.py | ||
utils.py |