Incorporate custom bots into chat CLI #14

Merged
paul merged 1 commits from 13-stored-context into main 2024-06-27 16:07:56 +00:00
Owner

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

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
paul added 3 commits 2024-06-27 16:05:16 +00:00
a5ece48ba8 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 addional `bot` CLI is added for creating and removing bots.

Closes #13
paul force-pushed 13-stored-context from a5ece48ba8 to c4be19bd51 2024-06-27 16:05:49 +00:00 Compare
paul force-pushed 13-stored-context from c4be19bd51 to 0698919cb6 2024-06-27 16:07:42 +00:00 Compare
paul merged commit 0698919cb6 into main 2024-06-27 16:07:56 +00:00
paul deleted branch 13-stored-context 2024-06-27 16:07:56 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: paul/llm-chat#14
No description provided.