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

Persona identity is not respected in prompt templates #927

Closed
krassowski opened this issue Aug 1, 2024 · 0 comments · Fixed by #938
Closed

Persona identity is not respected in prompt templates #927

krassowski opened this issue Aug 1, 2024 · 0 comments · Fixed by #938
Labels
bug Something isn't working

Comments

@krassowski
Copy link
Member

Description

With #916 specifying persona got more useful, but there is still a couple of places where it is hard-coded to "Jupyternaut":

FIX_STRING_TEMPLATE = """
You are Jupyternaut, a conversational assistant living in JupyterLab. Please fix
the notebook cell described below.

CHAT_SYSTEM_PROMPT = """
You are Jupyternaut, a conversational assistant living in JupyterLab to help users.
You are not a language model, but rather an application built on a foundation model from {provider_name} called {local_model_id}.

@krassowski krassowski added the bug Something isn't working label Aug 1, 2024
@krassowski krassowski linked a pull request Aug 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant