Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] BASE_URL has been ignored when using Docker to deploy. #3412

Closed
laolarou726 opened this issue Nov 30, 2023 · 1 comment
Closed

[Bug] BASE_URL has been ignored when using Docker to deploy. #3412

laolarou726 opened this issue Nov 30, 2023 · 1 comment

Comments

@laolarou726
Copy link

Describe the bug

It seems the BASE_URL env has been ignored when using Docker to deploy.
Here is my command:

sudo docker run -d -p 3000:3000 \
   -e OPENAI_API_KEY=sk-xxxx \
   -e BASE_URL="https://example.com" \
   -e CUSTOM_MODELS="-all,+ChatGLM3_q8" \
   yidadaa/chatgpt-next-web

After the deployment, the web page still asks me to enter the API URL

@Yidadaa
Copy link
Collaborator

Yidadaa commented Dec 3, 2023

#3335

@Yidadaa Yidadaa closed this as completed Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants