Skip to content

Commit

Permalink
Merge branch 'main' into fix/start-new-chat-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinwloring1988 authored Dec 13, 2024
2 parents 69ec309 + c4a94d6 commit 4980a9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ modelfiles

# docs ignore
site

# commit file ignore
app/commit.json
2 changes: 1 addition & 1 deletion app/commit.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "commit": "1764145ba4cd8a4cf10f4dc89ac9abf6fd1a00fd" }
{ "commit": "1d64a15ed0110fc62091b1dca90139de9fb9fdb4" }
3 changes: 0 additions & 3 deletions app/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ async function getOpenRouterModels(): Promise<ModelInfo[]> {
}

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

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

0 comments on commit 4980a9a

Please sign in to comment.