chore: announcement

This commit is contained in:
liuweiqing 2024-02-26 23:49:11 +08:00
parent e7aa998ca7
commit b8f613525a
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ const QEditor = ({ lng }) => {
useEffect(() => {
if (showAnnouncement) {
toast(
"📢 如果遇到模型无法响应的情况,建议右上角切换为deepseek模型强于3.5弱于4同时这里也要选择deepseek",
"📢 如果遇到模型无法响应的情况,建议右上角切换为coze模型也是gpt4",
{
position: "top-center",
autoClose: false, // 设置为 false使得公告需要用户手动关闭确保用户看到公告信息

View File

@ -76,7 +76,7 @@ const Settings = ({ lng }: { lng: string }) => {
//state
const [userConfigNumber, setUserConfigNumber] = useLocalStorage(
"userConfigNumber",
"2"
"3"
);
const toggleSwitch = (currentState: any, setState: any) => {
setState(!currentState);