error: [handleAbortError] AI response error; aborting request: 403 status code (no body): DeepL custom endpoint #4199
vi-xl
started this conversation in
Help Wanted
Replies: 2 comments 3 replies
-
Is this set correctly in your env file? DEEPL_API_KEY=your-key |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hey @danny-avila, any idea how we can avoid the appending of |
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
-
Hello there!
I am trying to integrated DeepL API endpoint into LibreChat so people can just translate their sentences at one place in LibreChat.
For this I added the following in librechat.yaml in custom endpoint section in my local docker environment:
But I keep getting error: [handleAbortError] AI response error; aborting request: 403 status code (no body).
Looks like the auth key is not getting properly passed in the params provided. The auth key and base url is correct, as I can get the response correctly through curl and postman.
Can someone help here please? Also let me know if I am not using the right approach. Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions