Error 429 #1569

Closed
opened 2025-11-11 14:47:35 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @nycmadu on GitHub (Jul 20, 2024).

Bug Report

good evening all, i'm chris coming from IT network in dev for ai processing data and i'm new to api and wanted to take a look at openweb ui that caught my eye. i've tried to use chat gpt 4 and 3.5 as testing. while test i've same across this external error looks to be with open ai v1 api point. (429) i've ran this command docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

Installed via sudo apt update
sudo apt upgrade -y
2.sudo apt install -y apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update
sudo apt install -y docker-ce
sudo systemctl start docker
sudo systemctl enable docker
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
4.docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

Unable to chat with any model using opanAI key

Disable chats with any api model from open AI

More info was defined via discord (https://discord.com/channels/1170866489302188073/1263630561419853894/1263630561419853894)

Originally created by @nycmadu on GitHub (Jul 20, 2024). # Bug Report good evening all, i'm chris coming from IT network in dev for ai processing data and i'm new to api and wanted to take a look at openweb ui that caught my eye. i've tried to use chat gpt 4 and 3.5 as testing. while test i've same across this external error looks to be with open ai v1 api point. (429) i've ran this command docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main Installed via sudo apt update sudo apt upgrade -y 2.sudo apt install -y apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo apt update sudo apt install -y docker-ce sudo systemctl start docker sudo systemctl enable docker sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose 4.docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main Unable to chat with any model using opanAI key Disable chats with any api model from open AI More info was defined via discord (https://discord.com/channels/1170866489302188073/1263630561419853894/1263630561419853894)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1569