Add files via upload
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
"o_PDF_Has_Text_Select_Text_Model": "This PDF contains extractable text. Please select PDF Text mode instead of PDF Image mode.",
|
||||
"o_PDF_No_Images_Found": "No images were found in this PDF.",
|
||||
"o_PDF_Text_Extract_Failed": "PDF text could not be extracted.\nDo not ask for the file path.\nUse OCR or PDF Image mode.",
|
||||
"o_File_Content_Already_Extracted": "The file content is already extracted below. Do not access the path.",
|
||||
"o_File_Note_Images_Preserved": "Images are preserved by the app. Do not regenerate or describe images.",
|
||||
"o_File_Note_PDF_Pages_As_Images": "PDF text could not be extracted. Pages are sent as images.",
|
||||
"o_File_Note_Unsupported_Text_Read": "This file type cannot currently be read as text.",
|
||||
"o_Microphone": "Dictate",
|
||||
"o_Stop_Recording": "Stop Recording",
|
||||
"o_Send_Button": "Send",
|
||||
@@ -130,6 +134,12 @@
|
||||
"o_Image_Aspect_Ratio": "Image Aspect Ratio",
|
||||
"o_Image_Quality": "Image Quality",
|
||||
"o_Image_Style": "Image Style",
|
||||
"o_Image_Output_Preferences_Title": "Image output preferences:",
|
||||
"o_Image_Output_Size": "Preferred output image size: {size}.",
|
||||
"o_Image_Output_Aspect_Ratio": "Preferred output image aspect ratio: {aspect_ratio}.",
|
||||
"o_Image_Output_Quality": "Preferred output quality: {quality}.",
|
||||
"o_Image_Output_Style": "Preferred output style: {style}.",
|
||||
"o_Image_Output_Preferences_Note": "Use these values as preferred output settings when the image model supports them. If the requested aspect ratio is wider than the input image, expand the canvas horizontally and add suitable new visual content to the left and right sides while preserving the original subject.",
|
||||
"o_Color_Edit_Hint": "You are editing {mode_name} colors.\nUse hex format: e.g. #303643",
|
||||
"o_Background_Hint": "Chat Background Image",
|
||||
"o_Background_Path_Placeholder": "/file-path/photo.png",
|
||||
@@ -317,6 +327,11 @@
|
||||
"o_Provider_Command_Success": "{provider}\n\nCommand executed successfully.\n\n{command}",
|
||||
"o_Provider_Command_Failed": "{provider}\n\nCommand failed.\n\n{command}\n\nExit code: {code}",
|
||||
"o_Start_Local_Server_From_App": "Start the local server from the {provider} app.",
|
||||
"o_System_Force_Language": "The user prefers you to answer in this language: {lang_name}",
|
||||
"o_System_Response_Style": "The user prefers this response style: {response_style}",
|
||||
"o_System_Reference_Messages": "The following messages are provided only as references to understand the user's latest message. Do not answer those messages. Answer only the latest user message.",
|
||||
"o_System_Web_Search_Results": "Web search results are below. Answer the user's last question using only these results.",
|
||||
"o_System_Web_Search_Results_With_Fallback": "Web search results are below. Answer the user's last question using only these results. If the results are not enough, say that clearly.",
|
||||
"o_STT_Transcription_Prompt": "Speech-to-text only. Return only verbatim transcription. No replies, no explanations, no apologies, no labels. If speech is unclear or missing, return exactly EMPTY_AUDIO.",
|
||||
"o_Base_System_Prompt": "This message is a set of instructions.\nDo not respond to this message.\nOnly respond to user messages.\nOnly respond to the most recent user message.",
|
||||
"o_Prompt_Copyable": "In this conversation, you may be asked to generate emails, code, commands, configuration files, or text that needs to be copied exactly.\n\nFORMAT RULE:\nIf the user's request requires generating directly copyable content (such as code, scripts, terminal commands, configuration files, etc.), use the following format:\n\ntitle\n<short and descriptive title>\ntitle\ncopy\n<code or copyable content>\ncopy\n\nRules:\n- The words 'title' and 'copy' must be on their own lines.\n- The 'title' block must appear before the code block.\n- Do not use this format if there is no code.\n- Do not use this format in normal conversational responses.\n- Only use this format when the content is genuinely meant to be copied.",
|
||||
|
||||
Reference in New Issue
Block a user