You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have deployed a server serving a simple api through langserve.
The problem is that I want to respond to the client through langserve to the 429 error that occurs when the fee or callable token is exceeded when calling llm model(chatgpt), but I am unable to do so.
Currently, in langserve, all errors except type errors are replaced with 500 internal server error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently I have deployed a server serving a simple api through langserve.
The problem is that I want to respond to the client through langserve to the 429 error that occurs when the fee or callable token is exceeded when calling llm model(chatgpt), but I am unable to do so.
Currently, in langserve, all errors except type errors are replaced with 500 internal server error.
Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions