docs: add module description

This commit is contained in:
csunny
2023-05-24 22:21:16 +08:00
parent 4021e9a597
commit 340069aee6
10 changed files with 70 additions and 9 deletions

View File

@@ -1 +1,3 @@
# Prompts
# 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.