[GH-ISSUE #3554] [BUG]: Local server versions enforced to V1 blocks Local AI usage #2292

Closed
opened 2026-02-22 18:29:01 -05:00 by yindo · 1 comment
Owner

Originally created by @ramkrishna2910 on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3554

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

https://github.com/Mintplex-Labs/anything-llm/blob/master/server/utils/helpers/updateENV.js#L666 enforces that URL must include /v1 for our local server version.
This conflicts with our versioning standards, which I don't think is necessary.
Can we please remove this enforcement?

Are there known steps to reproduce?

Image

Originally created by @ramkrishna2910 on GitHub (Mar 27, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3554 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? https://github.com/Mintplex-Labs/anything-llm/blob/master/server/utils/helpers/updateENV.js#L666 enforces that `URL must include /v1` for our local server version. This conflicts with our versioning standards, which I don't think is necessary. Can we please remove this enforcement? ### Are there known steps to reproduce? ![Image](https://github.com/user-attachments/assets/058556ef-2083-4845-b8b3-2d5b06bc4435)
yindo added the possible bug label 2026-02-22 18:29:01 -05:00
yindo closed this issue 2026-02-22 18:29:01 -05:00
Author
Owner

@timothycarambat commented on GitHub (Mar 27, 2025):

LocalAi is an official LLM provider - https://github.com/mudler/LocalAI
The name "localAI" might be confusing you thinking that this is for "ai that runs locally" as opposed to "local AI" (the project)

Use the Generic OpenAI Connector for this, where you can set the base URL to anything you want.

@timothycarambat commented on GitHub (Mar 27, 2025): LocalAi is an official LLM provider - https://github.com/mudler/LocalAI The name "localAI" might be confusing you thinking that this is for "ai that runs locally" as opposed to "local AI" (the project) Use the `Generic OpenAI Connector` for this, where you can set the base URL to anything you want.
yindo changed title from [BUG]: Local server versions enforced to V1 blocks Local AI usage to [GH-ISSUE #3554] [BUG]: Local server versions enforced to V1 blocks Local AI usage 2026-06-05 14:45:41 -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#2292