瀏覽代碼

Fix appId missing in annotations (#6699)

KVOJJJin 9 月之前
父節點
當前提交
4839523e53
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/app/components/app/log/list.tsx

+ 1 - 1
web/app/components/app/log/list.tsx

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