You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: