4.8.11 fix (#2822)

* fix: tool choice hostiry error

* fix: chat page auth error redirect

* perf: ip redirect tip

* feat: fedomain env

* fix: tool desc empty

* feat: 4811 doc
This commit is contained in:
Archer
2024-09-27 15:52:33 +08:00
committed by shilin66
parent c96b4b18f3
commit 0e6877b0a1
15 changed files with 135 additions and 166 deletions

View File

@@ -210,9 +210,8 @@ const OutLink = ({
}
},
onError(e: any) {
console.log(e);
if (chatId) {
onChangeChatId();
onChangeChatId('');
}
},
onFinally() {