Hiding certain endpoints - Railway hosted app? #3256
-
Hi I have deployed a hosted app to Railway which is working great. However, I want to not display most of the endpoints in the selection dropdown as they won't be needed. Reading through the documentation I thought this would happen if I changed the API key envrionment variable to empty (from user chosen). I tried this for Fireworks but the endpoint is still visible. I also checked the Endpoints variable but it only contains a small list compared to everything available for selection. What am I missing? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Removing the value of |
Beta Was this translation helpful? Give feedback.
-
If you want to use a specific endpoint, you'll need to create your own |
Beta Was this translation helpful? Give feedback.
If you want to use a specific endpoint, you'll need to create your own
librechat.yaml
file. You can host it on GitHub and add the link to your "CONFIG_PATH" (avoid hardcoding your API keys). If you're unsure, you can look at an example here: https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat-rw.yaml. Have a look at the documentation to learn how to customize librechat