-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It appears that the Github prompt YAML format is the closest that we have to a standard prompt format.
https://github.com/vicentebolea/vtk-prompt/models
Furthermore, adopting this format will bring the following benefits.
- Using Github new Models feature to optimize prompts.
- Let the user to save prompt with its particular optimized model and parameters.
- Use Github hosted models.
- Integrate with other tools that also use this standard.
- Github is heavily investing in this, adopting it early can bring more visibility to this project.
How to do it.
- We should be able import these yaml files, we should also be able to update its parameters and later being able to save it.
- We should change the UI to being able to import/export these yaml in the server side.
- The app should be able to run without these yaml files.
- The actual base prompts content can remain in txt files, their content are copied to the yaml if the user wants to save its "prompt" (with the choice of model and params).
- When the user loads a yaml file we ignore the existing txt base prompts.
Metadata
Metadata
Assignees
Labels
No labels