Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new chains/actors from within chat UI #273

Open
JasonWeill opened this issue Jul 18, 2023 · 0 comments
Open

Add new chains/actors from within chat UI #273

JasonWeill opened this issue Jul 18, 2023 · 0 comments
Labels
enhancement New feature or request scope:chat-ux Issues concerning the chat user experience scope:extensibility Issues concerning extensibility
Milestone

Comments

@JasonWeill
Copy link
Collaborator

Problem

Users want to create a custom chain for use with the chat UI. This case already exists in the magic commands; see #46.

Proposed Solution

Add a /register command to the chat UI to register and name a custom chain. This custom chain then becomes available in the settings pane for use as a language model.

Additional context

Because we depend on LangChain, we should use a common interface such as LLMChain for all chains registered in this way.

We will also need an interface for deleting custom chains.

@JasonWeill JasonWeill added enhancement New feature or request scope:chat-ux Issues concerning the chat user experience scope:generate Issues concerning /generate labels Jul 18, 2023
@JasonWeill JasonWeill added scope:extensibility Issues concerning extensibility and removed scope:generate Issues concerning /generate labels Jul 18, 2023
@JasonWeill JasonWeill added this to the Future milestone Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scope:chat-ux Issues concerning the chat user experience scope:extensibility Issues concerning extensibility
Projects
None yet
Development

No branches or pull requests

1 participant