mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-26 01:25:15 +02:00
Prune telemetry events
Update telemetry for model tagging Update readme on telemetry
This commit is contained in:
@@ -18,6 +18,7 @@ const {
|
||||
} = require("../utils/middleware/validWorkspace");
|
||||
const { WorkspaceChats } = require("../models/workspaceChats");
|
||||
const { convertToChatHistory } = require("../utils/helpers/chat/responses");
|
||||
const { getModelTag } = require("./utils");
|
||||
|
||||
function workspaceThreadEndpoints(app) {
|
||||
if (!app) return;
|
||||
@@ -41,6 +42,7 @@ function workspaceThreadEndpoints(app) {
|
||||
Embedder: process.env.EMBEDDING_ENGINE || "inherit",
|
||||
VectorDbSelection: process.env.VECTOR_DB || "lancedb",
|
||||
TTSSelection: process.env.TTS_PROVIDER || "native",
|
||||
LLMModel: getModelTag(),
|
||||
},
|
||||
user?.id
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user