inherit chatStore.model
This commit is contained in:
@@ -149,7 +149,8 @@ export function App() {
|
|||||||
chatStore.apiKey,
|
chatStore.apiKey,
|
||||||
chatStore.systemMessageContent,
|
chatStore.systemMessageContent,
|
||||||
chatStore.apiEndpoint,
|
chatStore.apiEndpoint,
|
||||||
chatStore.streamMode
|
chatStore.streamMode,
|
||||||
|
chatStore.model
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@@ -229,7 +230,8 @@ export function App() {
|
|||||||
chatStore.apiKey,
|
chatStore.apiKey,
|
||||||
chatStore.systemMessageContent,
|
chatStore.systemMessageContent,
|
||||||
chatStore.apiEndpoint,
|
chatStore.apiEndpoint,
|
||||||
chatStore.streamMode
|
chatStore.streamMode,
|
||||||
|
chatStore.model
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user