Browse Source

chang to 200 tokens

tomoya 2 weeks ago
parent
commit
48770a342b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/app/app/api/api_v1/endpoints/text2zip.py

+ 1 - 1
backend/app/app/api/api_v1/endpoints/text2zip.py

@@ -60,7 +60,7 @@ def gen_prompt(content:str):
                                           "Directly answer to me. "
                                           "If the input is too long, summarize it. "
                                           "If the input is too short, expand it with reasonable imagination."
-                                          "Keep the prompt within 70 tokens. "},
+                                          "Keep the prompt within 200 tokens. "},
             {
                 "role": "user",
                 "content": content