-
-
Notifications
You must be signed in to change notification settings - Fork 23.9k
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested