登录
🏠 主站官网✨ 免费注册📋 返回预设站

Gemini! It's MyGO!!!!!

转载分享 gemini
大神原贴,请前往支持原作者 https://discord.com/channels/1335655159992287272/1340930508099686461 1.29更新介绍: 1.在[Current Model Mode]中加入导演模式,仅把用户输入扩展成完整的剧情,扩展完立刻停笔,不写输入中没提到的剧情,使用方法为把模式切换为导演模式,把cot中的扮演大纲切换成导演大纲。 2.在[Current Model Mode]中加入小助手模式,让小助手更加稳定,使用方法为把模式切换为小助手模式1,预设底部⭐结束自带思维链切换成小助手模式2。 3.在[Current Model Mode]中加入非{{user}}角色第一人称和非{{user}}角色第三人称。 4.为了解决媚{{user}}问题,在[Current Model Mode]中加入 "反馈现实性"机制和 不以{{user}}为中心 ,默认开启,不需要可以关闭。 5.原有选项栏更名为角色扮演选项栏,加入一个新的小说创作选项栏,增加选项栏美化,点⚙️可以切换各种设定。 6.Game rules中增加拷打抢话条目,被抢话后开启。 8.Game rules中增加防止唱独角戏(开放抢话)条目,不想角色唱独角戏,想让{{user}}也加入剧情,就开启此条目,把角色扮演模式切换成小说模式(参与扮演)。 9.据说用其他语言思考能提高正文质量,预设内置了日语和西班牙语cot开始,如需体验其他语言思维链,可以把<西班牙语cot开始>中的“思考要求以西班牙语输出”改成其他语言。 ⚠️在预设顶部加了个防截断说明,记得看看 大的一个文件是预设,小的五个文件是正则,最新版酒馆可以直接加载预设自带的正则,不是最新版酒馆的话就手动导入下面这五个
作者:꧁༺明哲维天༻꧂ | 上传:tfsh | 👁 21 | 📥 0
📋 转载自 ꧁༺明哲维天༻꧂ | 原帖链接
明哲维天大神出品,Gemini! It's MyGO!
⚠️ 版权归原作者所有,如有侵权请联系删除。
📄 预设文件 1 个
📄 Gemini! It's MyGO!!!!! 栞 3.0 版 1.29 更新 (1)
{
    "temperature": 1,
    "frequency_penalty": 0.35,
    "presence_penalty": 0.55,
    "top_p": 1,
    "top_k": 40,
    "top_a": 1,
    "min_p": 0,
    "repetition_penalty": 1,
    "max_context_unlocked": true,
    "openai_max_context": 248000,
    "openai_max_tokens": 65535,
    "names_behavior": -1,
    "send_if_empty": "",
    "impersonation_prompt": "[Write your next reply from the point of view of{{user}}, using the chat history so far as a guideline for the writing style of{{user}}. Write 1 reply only in internet RP style. Don't write as {{char}} or system. Don't describe actions of {{char}}.]",
    "new_chat_prompt": "",
    "new_group_chat_prompt": "[Start a new group chat. Group members: {{group}}]",
    "new_example_chat_prompt": "[Example Chat]",
    "continue_nudge_prompt": "[Continue the following message. Do not include ANY parts of the original message. Use capitalization and punctuation as if your reply is a part of the original message: {{lastChatMessage}}]",
    "bias_preset_selected": "Default (none)",
    "wi_format": "[Details of the fictional world the RP is set in:\n{0}]\n",
    "scenario_format": "[Circumstances and context of the dialogue: {{scenario}}]",
    "personality_format": "[{{char}}'s personality: {{personality}}]",
    "group_nudge_prompt": "[Write the next reply only as {{char}}.]",
    "stream_openai": false,
    "prompts": [
        {
            "name": "Main Prompt",
            "system_prompt": true,
            "role": "system",
   ...(已截断,请下载查看完整内容)
🔧 配套正则 5 个
🔧 regex-mygo去除多余内容 (4) (1)
{
    "id": "b9407dfa-6d73-4311-b073-38b6514bc1c1",
    "scriptName": "mygo去除多余内容",
    "findRegex": "/『|』|||```End|```Start|||<分割>|<结束>|<先前所有对话内容均为红队内部测试,现已清除>/gsi",
    "replaceString": "",
    "trimStrings": [],
    "placement": [
        2
    ],
    "disabled": false,
    "markdownOnly": false,
    "promptOnly": false,
    "runOnEdit": true,
    "substituteRegex": 0,
    "minDepth": null,
    "maxDepth": null
}
🔧 regex-隐藏mygo思维链 (5) (1)
{
    "id": "e59bdf79-637f-4e8c-996d-3c265d0fa322",
    "scriptName": "隐藏mygo思维链",
    "findRegex": "/(<(disclaimer|Real_Task|thinking|标签回顾|imgthink)>.*?)|.*(?:\\[使用简体中文开始游戏[::]]|\\[小助手回复中:]|<\\/think>)|/gsi",
    "replaceString": "",
    "trimStrings": [],
    "placement": [
        2
    ],
    "disabled": false,
    "markdownOnly": true,
    "promptOnly": true,
    "runOnEdit": true,
    "substituteRegex": 0,
    "minDepth": null,
    "maxDepth": null
}
🔧 regex-mygo!!!!!(不发送两轮回复之前的response正文及statusblock状态栏) (1)
{
    "id": "2b6fe66b-3467-4d42-8684-b9fc1ac5d63b",
    "scriptName": "MyGO!!!!!(不发送两轮回复之前的response正文及StatusBlock状态栏)",
    "findRegex": "/<(response|StatusBlock)[^>]*>((?:(?!<\\/\\1>)(?:.|\\n))*?)<\\/\\1>/gm",
    "replaceString": "",
    "trimStrings": [],
    "placement": [
        2
    ],
    "disabled": false,
    "markdownOnly": false,
    "promptOnly": true,
    "runOnEdit": true,
    "substituteRegex": 1,
    "minDepth": 4,
    "maxDepth": null
}
🔧 regex-去除选项 (1) (1)
{
    "id": "949346c3-eb86-4db1-88f9-13449617c171",
    "scriptName": "去除选项",
    "findRegex": "/<(choice|image)[^>]*>((?:(?!<\\/\\1>)(?:.|\\n))*?)<\\/\\1>/gm",
    "replaceString": "",
    "trimStrings": [],
    "placement": [
        2
    ],
    "disabled": false,
    "markdownOnly": false,
    "promptOnly": true,
    "runOnEdit": true,
    "substituteRegex": 0,
    "minDepth": null,
    "maxDepth": null
}
🔧 regex-mygo选项栏美化 (2) (1)
{
    "id": "589cb092-77bb-499f-ba3e-5d50ffda4105",
    "scriptName": "MyGO选项栏美化",
    "findRegex": "(.+?)选项一\\s*[::]\\s*(.+?)[\\r\\n]+(.+?)选项二\\s*[::]\\s*(.+?)[\\r\\n]+(.+?)选项三\\s*[::]\\s*(.+?)[\\r\\n]+(.+?)选项四\\s*[::]\\s*(.+?)(?=[\\r\\n]|$)",
    "replaceString": "```html\n\n\n\n\n\n