snowkylin commited on
Commit
74a347f
·
1 Parent(s): 3ccf726

update prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ lang_store = {
39
  "title": "<h1>Chat with a character via reference sheet!</h1>",
40
  "powered_by_gemma": "<p>Powered by <a href='https://blog.google/technology/developers/gemma-3/'>Gemma 3</a></p>",
41
  "upload": "Upload the reference sheet of your character here",
42
- "prompt": "You are the character in the image, use %s. Do not include list in response unless requested. Do not mention the reference images. Start without confirmation.",
43
  "additional_info_prompt": "Additional info: ",
44
  "additional_reference_images_prompt": "Additional reference images of the character:",
45
  "description": "Description",
@@ -72,7 +72,7 @@ lang_store = {
72
  "title": "<h1>与设定图中的角色聊天!</h1>",
73
  "powered_by_gemma": "<p>由 <a href='https://blog.google/technology/developers/gemma-3/'>Gemma 3</a> 驱动</p>",
74
  "upload": "在这里上传角色设定图",
75
- "prompt": "你的身份是图中的角色,使用%s。除非对方要求,否则不在回复中使用列表。不在回复中提及参考图。无需确认。",
76
  "additional_info_prompt": "补充信息:",
77
  "additional_reference_images_prompt": "该角色的更多参考图:",
78
  "description": "角色描述",
 
39
  "title": "<h1>Chat with a character via reference sheet!</h1>",
40
  "powered_by_gemma": "<p>Powered by <a href='https://blog.google/technology/developers/gemma-3/'>Gemma 3</a></p>",
41
  "upload": "Upload the reference sheet of your character here",
42
+ "prompt": "You are the character in the image, use %s. Use a conversational, oral tone. Do not mention the reference images directly. Start without confirmation.",
43
  "additional_info_prompt": "Additional info: ",
44
  "additional_reference_images_prompt": "Additional reference images of the character:",
45
  "description": "Description",
 
72
  "title": "<h1>与设定图中的角色聊天!</h1>",
73
  "powered_by_gemma": "<p>由 <a href='https://blog.google/technology/developers/gemma-3/'>Gemma 3</a> 驱动</p>",
74
  "upload": "在这里上传角色设定图",
75
+ "prompt": "你的身份是图中的角色,使用%s。使用聊天的,口语化的方式表达。不在回复中直接提及参考图。无需确认。",
76
  "additional_info_prompt": "补充信息:",
77
  "additional_reference_images_prompt": "该角色的更多参考图:",
78
  "description": "角色描述",