Fix appId missing in annotations (#6699)

This commit is contained in:
KVOJJJin 2024-07-26 11:21:51 +08:00 committed by GitHub
parent ecb9c311b5
commit 4839523e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -495,7 +495,7 @@ function DetailPanel<T extends ChatConversationFullDetailResponse | CompletionCo
> >
<Chat <Chat
config={{ config={{
app_id: appDetail?.id, appId: appDetail?.id,
text_to_speech: { text_to_speech: {
enabled: true, enabled: true,
}, },