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.
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.