Replies: 1 comment 5 replies
-
Hi Danny, from the docs- if the given names are there then inbuilt icons will be rendered , but if we have to use our own icons then web based urls are required? https://www.[librechat.ai/docs/configuration/librechat_yaml/object_structure/custom_endpoint#iconurl](https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/custom_endpoint#iconurl) Can you please confirm this? |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi I was planning to add an svg to my dockerfile in the format -
COPY your icon into the static/public folder
COPY ./docker/config/xai_icon.png /app/public/xai_icon.png
copy the librechat.yaml
COPY ./docker/config/librechat.yaml /custom_config/librechat.yaml
Now , I wish to pass it to yaml as
Is it possible ?
Beta Was this translation helpful? Give feedback.
All reactions