diff --git a/client/src/api/response/chat.d.ts b/client/src/api/response/chat.d.ts
index 2d35c78dc..c8c5480be 100644
--- a/client/src/api/response/chat.d.ts
+++ b/client/src/api/response/chat.d.ts
@@ -5,6 +5,7 @@ export interface InitChatResponse {
chatId: string;
modelId: string;
systemPrompt?: string;
+ limitPrompt?: string;
model: {
name: string;
avatar: string;
diff --git a/client/src/components/Select/index.tsx b/client/src/components/Select/index.tsx
index 5faf81d58..4999d5a9d 100644
--- a/client/src/components/Select/index.tsx
+++ b/client/src/components/Select/index.tsx
@@ -26,7 +26,7 @@ const MySelect = ({ placeholder, value, width = 'auto', list, onchange, ...props
return (