mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-11 01:10:11 +01:00
94b58249a3
* Enable per-workspace provider/model combination * cleanup * remove resetWorkspaceChatModels and wipeWorkspaceModelPreference to prevent workspace from resetting model * add space --------- Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
3 lines
71 B
SQL
3 lines
71 B
SQL
-- AlterTable
|
|
ALTER TABLE "workspaces" ADD COLUMN "chatProvider" TEXT;
|