Endpoint Options Not Limited by ENDPOINTS Environment Variable #5587
Unanswered
watarutmnh
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
Does railway use Redis btw? It could be caching the response to that endpoint. railway is also not officially supported by me but rather the community |
Beta Was this translation helpful? Give feedback.
2 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?
Description
When hosting on Railway, all endpoint options are displayed in the dropdown menu regardless of the
ENDPOINTS
environment variable setting. Currently, even whenENDPOINTS
is set toopenAI,anthropic
in the Railway dashboard's environment variables, the UI continues to show all available endpoint options instead of only the specified ones.Steps to Reproduce
ENDPOINTS=openAI,anthropic
in Railway dashboard environment variablesThis issue appears to be specific to Railway hosting, suggesting a possible issue with environment variable handling or UI configuration when deployed on Railway.
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions