mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-21 09:32:23 +00:00
* 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>
2 lines
71 B
SQL
2 lines
71 B
SQL
-- AlterTable
|
|
ALTER TABLE "workspaces" ADD COLUMN "chatProvider" TEXT;
|