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

Allow prompt template customization for Jupyter AI chat. #498

Closed
andrii-i opened this issue Dec 1, 2023 · 2 comments · Fixed by #581
Closed

Allow prompt template customization for Jupyter AI chat. #498

andrii-i opened this issue Dec 1, 2023 · 2 comments · Fixed by #581
Labels
enhancement New feature or request

Comments

@andrii-i
Copy link
Collaborator

andrii-i commented Dec 1, 2023

Problem

Customizing prompt templates is at the moment only works for Jupyter AI magics and for a specific format. It's not possible to customize prompt templates for Jupyter AI chat.

Relevant issues:

Relevant discussion:

Proposed Solution

Allow prompt template customization for Jupyter AI chat.

@andrii-i andrii-i added the enhancement New feature or request label Dec 1, 2023
@cloutier
Copy link
Contributor

cloutier commented Dec 4, 2023

I'm working on a use-case that would benefit greatly from this. What I would ideally want is to be able to pass my own lanchchain object as a model, were I preconfigured everything from prompt to RAG to the LLM model, all using credentials from the currently logged-in user.

This might be the simplest way implementation-wise to allow arbitrary customization.

@krassowski
Copy link
Member

Any thoughts on the approach proposed in #581?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants