[GH-ISSUE #172] why llm offline? help ToT #109

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

Originally created by @lilinrestart on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/172

help:(
image
this is my .env
image

Originally created by @lilinrestart on GitHub (Aug 2, 2023). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/172 help:( ![image](https://github.com/Mintplex-Labs/anything-llm/assets/140720825/6043a623-7e4e-466a-aa09-32bf2217eecb) this is my .env ![image](https://github.com/Mintplex-Labs/anything-llm/assets/140720825/5727aedd-5f84-4010-8cf2-5fd970d84ccd)
yindo added the question label 2026-02-22 18:17:56 -05:00
yindo closed this issue 2026-02-22 18:17:56 -05:00
Author
Owner

@timothycarambat commented on GitHub (Aug 3, 2023):

server port is 7027 but the frontend/utils/constants expects the internal API address to be on localhost:3001/api you need to set another variable for VITE_API_BASE="/api" this will infer the API URL from the current host on docker.

@timothycarambat commented on GitHub (Aug 3, 2023): server port is 7027 but the `frontend/utils/constants` expects the internal API address to be on `localhost:3001/api` you need to set another variable for `VITE_API_BASE="/api"` this will infer the API URL from the current host on docker.
Author
Owner

@lilinrestart commented on GitHub (Aug 6, 2023):

I started the program using docker-compose, so how can I modify the parameters:)

@lilinrestart commented on GitHub (Aug 6, 2023): > I started the program using docker-compose, so how can I modify the parameters:)
Author
Owner

@lilinrestart commented on GitHub (Aug 6, 2023):

我使用docker-compose启动程序,那么如何修改参数:)

I made changes docker-compose.yml-->ports:7027:3001,and change .env SERVER_PORT=3001

@lilinrestart commented on GitHub (Aug 6, 2023): > > > > 我使用docker-compose启动程序,那么如何修改参数:) I made changes docker-compose.yml-->ports:7027:3001,and change .env SERVER_PORT=3001 >
Author
Owner

@lilinrestart commented on GitHub (Aug 7, 2023):

我使用docker-compose启动程序,那么如何修改参数:)

I made changes docker-compose.yml-->ports:7027:3001,and change .env SERVER_PORT=3001

not work for this ,llm offline:( . @timothycarambat

@lilinrestart commented on GitHub (Aug 7, 2023): > > > > > > > > > 我使用docker-compose启动程序,那么如何修改参数:) > > I made changes docker-compose.yml-->ports:7027:3001,and change .env SERVER_PORT=3001 > > > not work for this ,llm offline:( . @timothycarambat
yindo changed title from why llm offline? help ToT to [GH-ISSUE #172] why llm offline? help ToT 2026-06-05 14:33:32 -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#109