[GH-ISSUE #918] [BUG]: Failed to Save LLMs #552

Closed
opened 2026-02-22 18:20:07 -05:00 by yindo · 4 comments
Owner

Originally created by @hittle2015 on GitHub (Mar 17, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/918

How are you running AnythingLLM?

Docker (local)

What happened?

When model selected, click save changes only to get the failed to save LLMs error.

Are there known steps to reproduce?

  1. pull a docker
  2. run with the suggested command, adding two more
    --add-host=host.docker.internal:host-gateway --net=host
  3. docker container error logs (see below)
    [TELEMETRY ENABLED] Anonymous Telemetry enabled. Telemetry helps Mintplex Labs Inc improve AnythingLLM.
    prisma:info Starting a sqlite pool with 21 connections.
    fatal: not a git repository (or any of the parent directories): .git
    getGitVersion Command failed: git rev-parse HEAD
    fatal: not a git repository (or any of the parent directories): .git

[TELEMETRY SENT] {
event: 'server_boot',
distinctId: 'bad38249-92b4-4bc4-9ef3-65431751adda',
properties: { commit: '--', runtime: 'docker' }
}
Primary server in HTTP mode listening on port 3001
[Event Logged] - update_llm_provider
[Event Logged] - update_llm_provider
[Event Logged] - update_llm_provider
[Event Logged] - update_llm_provider

Originally created by @hittle2015 on GitHub (Mar 17, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/918 ### How are you running AnythingLLM? Docker (local) ### What happened? When model selected, click save changes only to get the failed to save LLMs error. ### Are there known steps to reproduce? 1. pull a docker 2. run with the suggested command, adding two more --add-host=host.docker.internal:host-gateway --net=host 3. docker container error logs (see below) [TELEMETRY ENABLED] Anonymous Telemetry enabled. Telemetry helps Mintplex Labs Inc improve AnythingLLM. prisma:info Starting a sqlite pool with 21 connections. fatal: not a git repository (or any of the parent directories): .git getGitVersion Command failed: git rev-parse HEAD fatal: not a git repository (or any of the parent directories): .git [TELEMETRY SENT] { event: 'server_boot', distinctId: 'bad38249-92b4-4bc4-9ef3-65431751adda', properties: { commit: '--', runtime: 'docker' } } Primary server in HTTP mode listening on port 3001 [Event Logged] - update_llm_provider [Event Logged] - update_llm_provider [Event Logged] - update_llm_provider [Event Logged] - update_llm_provider
yindo added the possible bug label 2026-02-22 18:20:07 -05:00
yindo closed this issue 2026-02-22 18:20:08 -05:00
Author
Owner

@timothycarambat commented on GitHub (Mar 18, 2024):

I do not see an error log in those logs, only that the event for update was stored in the DB. There should be an error message in addition to Failed to Save LLM Settings. What LLM are you attempting to connect to?

@timothycarambat commented on GitHub (Mar 18, 2024): I do not see an error log in those logs, only that the event for update was stored in the DB. There should be an error message in addition to Failed to Save LLM Settings. What LLM are you attempting to connect to?
Author
Owner

@hittle2015 commented on GitHub (Mar 19, 2024):

llama2

@hittle2015 commented on GitHub (Mar 19, 2024): llama2
Author
Owner

@timothycarambat commented on GitHub (Mar 19, 2024):

@hittle2015 Using which provider? LMStudio, LocalAi, Ollama, etc etc

@timothycarambat commented on GitHub (Mar 19, 2024): @hittle2015 Using which provider? LMStudio, LocalAi, Ollama, etc etc
Author
Owner

@timothycarambat commented on GitHub (Apr 2, 2024):

closed as stale

@timothycarambat commented on GitHub (Apr 2, 2024): closed as stale
yindo changed title from [BUG]: Failed to Save LLMs to [GH-ISSUE #918] [BUG]: Failed to Save LLMs 2026-06-05 14:35:56 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#552