mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
feat: 支持必应的context
This commit is contained in:
parent
e39391c176
commit
665215788c
5 changed files with 55 additions and 25 deletions
|
|
@ -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反代',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue