We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the endpoint is hard-coded: https://${azureOpenAIApiInstanceName}.openai.azure.com
This approach won't work with fine-tuned models.
Endpoints typically look like: https://xxxxxxxxxx.services.ai.azure.com/
However, this could potentially change in the future.
It would be better to adopt a more flexible approach, allowing users to input the full URL.
The text was updated successfully, but these errors were encountered:
Can you try using Custom OpenAI node and use the Base Path for your fine tuned endpoint?
Sorry, something went wrong.
Getting:
404 Resource not found
Troubleshooting URL: https://js.langchain.com/docs/troubleshooting/errors/MODEL_NOT_FOUND/
///
Tried as model name:
No branches or pull requests
Currently, the endpoint is hard-coded:
https://${azureOpenAIApiInstanceName}.openai.azure.com
This approach won't work with fine-tuned models.
Endpoints typically look like:
https://xxxxxxxxxx.services.ai.azure.com/
However, this could potentially change in the future.
It would be better to adopt a more flexible approach, allowing users to input the full URL.
The text was updated successfully, but these errors were encountered: