Skip to content

Commit 4980a9a

Browse files
Merge branch 'main' into fix/start-new-chat-icon
2 parents 69ec309 + c4a94d6 commit 4980a9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ modelfiles
3737

3838
# docs ignore
3939
site
40+
41+
# commit file ignore
42+
app/commit.json

app/commit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "commit": "1764145ba4cd8a4cf10f4dc89ac9abf6fd1a00fd" }
1+
{ "commit": "1d64a15ed0110fc62091b1dca90139de9fb9fdb4" }

app/utils/constants.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,6 @@ async function getOpenRouterModels(): Promise<ModelInfo[]> {
462462
}
463463

464464
async function getLMStudioModels(_apiKeys?: Record<string, string>, settings?: IProviderSetting): Promise<ModelInfo[]> {
465-
if (typeof window === 'undefined') {
466-
return [];
467-
}
468465

469466
try {
470467
const baseUrl = settings?.baseUrl || import.meta.env.LMSTUDIO_API_BASE_URL || 'http://localhost:1234';

0 commit comments

Comments
 (0)