LLM from custom URL #29807
Unanswered
BrazilForever11
asked this question in
Q&A
LLM from custom URL
#29807
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I have been given access to custom LLM api. I can communicated with is using Postman. I would like to bring it to Langchain.
Here is how my URL looks
https://some_env.azurewebsites.net/api/company_api_endpoint?code=some_very_long_probably_key.
I tried it the following:
It returns
NotFoundError: Error code: 404
I also tried:
In this case I am getting back
AuthenticationError: Error code: 401
Here is full error message:
What could be wrong here?
System Info
python 3.11
Beta Was this translation helpful? Give feedback.
All reactions