Prompts#
Prompt is a very important part of the interaction between the large model and the user, and to a certain extent, it determines the quality and accuracy of the answer generated by the large model. In this project, we will automatically optimize the corresponding Prompt according to user input and usage scenarios, making it easier and more efficient for users to use large language models.
Prompt Management#
Here, you can choose to create a Prompt in Public Prompts space or Private Prompts space.
The difference between Public Prompts and Private Prompts is that Prompts in Public Prompts space can be viewed and used by all users, while prompts in Private Prompts space can only be viewed and used by the owner.
Create Prompt#
Click the βAdd Promptsβ button to pop up the following subpage:
Scene: It is assumed here that when we have a lot of Prompts, we often classify the Prompts according to scene, such as Prompts in the chat knowledge scene, Prompts in the chat data scene, Prompts in the chat normal scene, etc.
Sub Scene: Continuing with the above, assuming that we have a lot of Prompts, scene classification alone is not enough. For example, in the chat data scenario, there can be many types of sub-scene: anomaly recognition sub scene, attribution analysis sub scene, etc. sub scene is used to distinguish subcategories under each scene.
Name: Considering that a Prompt generally contains a lot of content, for ease of use and easy search, we need to name the Prompt. Note: The name of the Prompt is not allowed to be repeated. Name is the unique key that identifies a Prompt.
Content: Here is the actual Prompt content that will be input to LLM.
Edit Prompt#
Existing Prompts can be edited. Note that except name, other items can be modified.
Delete Prompt#
Ordinary users can only delete Prompts created by themselves in the private Prompts space. Administrator users can delete Prompts in public Prompts spaces and private Prompts spaces.
Use Prompt#
Users can find and use Prompts next to the input boxes in each scene. Click to view all contents of Prompts library.
β Hover the mouse over each Prompt to preview the Prompt content.
β Click Prompt to automatically fill in the Prompt content in the input box.