Skip to content

Commit a36c0e1

Browse files
Update webview-ui/src/components/ui/hooks/useLmStudioModels.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 82642af commit a36c0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/ui/hooks/useLmStudioModels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const getLmStudioModels = async () =>
1313

1414
const timeout = setTimeout(() => {
1515
cleanup()
16-
reject(new Error("Router models request timed out"))
16+
reject(new Error("LM Studio models request timed out"))
1717
}, 10000)
1818

1919
const handler = (event: MessageEvent) => {

0 commit comments

Comments
 (0)