Agents will not accept Profile Picture (Error message: #6302
Unanswered
flowzirkus
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
Updating Instructions (docker): # Linux command to Remove all existing images
docker images -a | grep "librechat" | awk '{print $3}' | xargs docker rmi
# Windows Powershell
docker images -a | findstr "librechat" | ForEach-Object { docker rmi $_.Split()[2] } Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry fot that, ma fault :-( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When trying to upload a agent picutre only a red error message appears on top of the screen saying "There was en error uploading your file" .
It works first when creating an agent but picture vanished after choosing a model and save the agent.
I updated from the repository right before trying it out, because you told me it woul allready big fixed in discord chat.
It works with Assistents.
Version Information
root@ubuntu:~/LibreChat# docker images | grep librechat
ghcr.io/danny-avila/librechat-dev latest 59660cbf7aa2 4 days ago 872MB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest 6550e7ddf180 5 days ago 1.3GB
root@ubuntu:~/LibreChat# git rev-parse HEAD
cf03731
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions