Fix appId missing in annotations (#6699)

pull/6706/head
KVOJJJin 2 years ago committed by GitHub
parent ecb9c311b5
commit 4839523e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save