feat: 支持必应的context

This commit is contained in:
ikechan8370 2023-03-24 16:45:01 +08:00
parent e39391c176
commit 665215788c
5 changed files with 55 additions and 25 deletions

View file

@ -286,6 +286,12 @@ export function supportGuoba () {
bottomHelpMessage: '仅自设定模式下有效。你可以自己改写设定让Sydney变成你希望的样子。可能存在不稳定的情况。',
component: 'InputTextArea'
},
{
field: 'sydneyContext',
label: 'Bing的扩展资料',
bottomHelpMessage: 'AI将会从你提供的扩展资料中学习到一些知识帮助它更好地回答你的问题。实际相当于使用edge侧边栏Bing时读取的你当前浏览网页的内容。如果太长可能容易到达GPT-4的8192token上限。',
component: 'InputTextArea'
},
{
field: 'sydneyReverseProxy',
label: 'sydney反代',