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

Being able to create models with personalized prompts. #488

Open
photonn opened this issue Sep 23, 2024 · 0 comments
Open

Being able to create models with personalized prompts. #488

photonn opened this issue Sep 23, 2024 · 0 comments

Comments

@photonn
Copy link

photonn commented Sep 23, 2024

There is way to add a default prompt for all the models using chat environment variables. We would like to have a more granular approach in which that is changed (or have both options) to a model by model setup. For example, being able to define multiple models of the same type with a "system_prompt" filed in the core config that allow us to create "departament personalized propmpts" without the need to mimic how the chat works with a separate app for each department. for example:

"models": {
    "gpt-35-turbo": {
        "type": "chat",
        "displayName": "HR",
        "overrideName":"hr",
        "overridePrompt":"You are an HR specialist with years of experience selecting the best engineers for your company. Your language is concise and to the point"
        "displayVersion": "Latest",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant