From 4321007e4f9f7da5826d3442bfe24b90151e47c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Dec 2024 16:00:51 +0000 Subject: [PATCH 1/6] chore: update commit hash to 5f3405151043b3c32da7acc6353247a5508969b3 --- app/commit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commit.json b/app/commit.json index 6cbb919ea..bb9758332 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "5773b1e271c8effec20ff1c10a759d9a654a2a94" } +{ "commit": "5f3405151043b3c32da7acc6353247a5508969b3" } From ba1b5543db963e612cc4df18319df2f6f66b9d8d Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Fri, 13 Dec 2024 11:03:55 -0500 Subject: [PATCH 2/6] fix: LM Studio sending messgae LM Studio was not able to send a message now it is. --- app/utils/constants.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/utils/constants.ts b/app/utils/constants.ts index 61e709b1d..1e516193b 100644 --- a/app/utils/constants.ts +++ b/app/utils/constants.ts @@ -462,9 +462,6 @@ async function getOpenRouterModels(): Promise { } async function getLMStudioModels(_apiKeys?: Record, settings?: IProviderSetting): Promise { - if (typeof window === 'undefined') { - return []; - } try { const baseUrl = settings?.baseUrl || import.meta.env.LMSTUDIO_API_BASE_URL || 'http://localhost:1234'; From bc44e6fa3a0bf3c343cca17c9f0e215929febf56 Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Fri, 13 Dec 2024 13:42:07 -0500 Subject: [PATCH 3/6] Update .gitignore Added with app/commit.json --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7bbcc2ea3..53eb0368f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ modelfiles # docs ignore site + +# commit file ignore +app/commit.json \ No newline at end of file From da07c667afff3f9a16bfc0b696b5e708912946f4 Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Fri, 13 Dec 2024 13:42:59 -0500 Subject: [PATCH 4/6] Update commit.json --- app/commit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commit.json b/app/commit.json index bb9758332..6cbb919ea 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "5f3405151043b3c32da7acc6353247a5508969b3" } +{ "commit": "5773b1e271c8effec20ff1c10a759d9a654a2a94" } From b6df84b56a788b05d37cca7289b9ea002ea10161 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Dec 2024 18:52:29 +0000 Subject: [PATCH 5/6] chore: update commit hash to 0c899e430a4d33e78e3e44ebf7100b5da14eda3f --- app/commit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commit.json b/app/commit.json index 6cbb919ea..118e10b55 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "5773b1e271c8effec20ff1c10a759d9a654a2a94" } +{ "commit": "0c899e430a4d33e78e3e44ebf7100b5da14eda3f" } From c4a94d6595a1fa70e9f06ba198cba969dc094108 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Dec 2024 18:55:33 +0000 Subject: [PATCH 6/6] chore: update commit hash to 1d64a15ed0110fc62091b1dca90139de9fb9fdb4 --- app/commit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commit.json b/app/commit.json index 118e10b55..efae9f0a6 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "0c899e430a4d33e78e3e44ebf7100b5da14eda3f" } +{ "commit": "1d64a15ed0110fc62091b1dca90139de9fb9fdb4" }