Custom chatbot using stored context #13

Closed
opened 2024-02-23 10:21:49 +00:00 by paul · 0 comments
Owner

Currently, the user must specify the full path to context files using the --context argument. In much the same way as creating custom GPTs, it would be much better if the user also had the ability to store groups of context files for particular use-cases. For example, the user could store a copy of their work experience and skills then provide just the job description of the role they are currently applying for as context.

The interface for this could look something along the lines of

llm chat --model gpt-4 --bot career --context job-description.md

Creating a bot and adding context could work something like

llm bot create <bot-name>
llm bot add --bot <bot-name> --context file.md --context another-file.md
Currently, the user must specify the full path to context files using the `--context` argument. In much the same way as creating [custom GPTs](https://openai.com/blog/introducing-gpts), it would be much better if the user also had the ability to store groups of context files for particular use-cases. For example, the user could store a copy of their work experience and skills then provide just the job description of the role they are currently applying for as context. The interface for this could look something along the lines of ```shell llm chat --model gpt-4 --bot career --context job-description.md ``` Creating a bot and adding context could work something like ```shell llm bot create <bot-name> llm bot add --bot <bot-name> --context file.md --context another-file.md ```
paul closed this issue 2024-06-27 16:07:56 +00:00
Sign in to join this conversation.
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#13
No description provided.