Unable to connect to AzureOpneAI #8448
Unanswered
shwetabelt
asked this question in
Q&A
Replies: 4 comments
-
You will probably have to share your config and logs help I'm afraid. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please review: https://www.librechat.ai/docs/configuration/azure |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@danny-avila Please let me know if its possible to pre-populate or load the context and file via apis directly. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have correctly configured my API key, base URL, API version, and deployment name in the .env file. I’ve also verified the setup using curl, and it works as expected.
However, when I send any prompt through LibreChat, I consistently receive the following error:
"Something went wrong. Here's the specific error message we encountered: An error occurred while processing the request: 404 Resource not found Troubleshooting URL: https://js.langchain.com/docs/troubleshooting/errors/MODEL_NOT_FOUND/"
For context, I'm using Azure OpenAI with the gpt-4o-mini model.
I have tried using the Gemini model as well but this is what i got with different gemini models.
"error: [api/server/controllers/agents/client.js #sendCompletion] Operation aborted [GoogleGenerativeAI Error]: Error fetching from https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-pro-001:streamGenerateContent?alt=sse: [404 Not Found] models/gemini-1.5-pro-001 is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods."
Other providers like Anthropic and Ollama are working without any issues.
Also there is another issue when i am trying to upload a text file, I have provided the OCR key and rag_api is also up and running, still its failing with following error:
"2025-07-14 15:31:09 2025-07-14 10:01:09 error: Not Found The server responded with status 404: Request failed with status code 404
2025-07-14 15:31:09 2025-07-14 10:01:09 error: [/files] Error processing file: Not Found The server responded with status 404: Request failed with status code 404"
Beta Was this translation helpful? Give feedback.
All reactions