We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
#3335
Sorry, something went wrong.
No branches or pull requests
Describe the bug
It seems the BASE_URL env has been ignored when using Docker to deploy.
Here is my command:
After the deployment, the web page still asks me to enter the API URL
The text was updated successfully, but these errors were encountered: