mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
Improved DMR support (#4863)
* Improve DMR support - Autodetect models installed - Grab all models from hub.docker to show available - UI to handle render,search, install, and management of models - Support functionality for chat, stream, and agentic calls * forgot files * fix loader circle being too large fix tooltip width command adjust location of docker installer open for web platform * adjust imports
This commit is contained in:
@@ -646,6 +646,13 @@ const SystemSettings = {
|
||||
GiteeAIApiKey: !!process.env.GITEE_AI_API_KEY,
|
||||
GiteeAIModelPref: process.env.GITEE_AI_MODEL_PREF,
|
||||
GiteeAITokenLimit: process.env.GITEE_AI_MODEL_TOKEN_LIMIT || 8192,
|
||||
|
||||
// Docker Model Runner Keys
|
||||
DockerModelRunnerBasePath: process.env.DOCKER_MODEL_RUNNER_BASE_PATH,
|
||||
DockerModelRunnerModelPref:
|
||||
process.env.DOCKER_MODEL_RUNNER_LLM_MODEL_PREF,
|
||||
DockerModelRunnerModelTokenLimit:
|
||||
process.env.DOCKER_MODEL_RUNNER_LLM_MODEL_TOKEN_LIMIT || 8192,
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user