Pre Req - Have azure-openai-model-provider configured.
Steps to reproduce the problem:
Create a model with provider as azure-openai-model-provider, target model as dall-e-3 and usage as LLM
Model gets created successfully.
Expected Behavior:
We should not be allowed to choose incorrect usage when creating models. UI should not be showing usages that are not supported by the selected target model.
Even when we are allowed to do this from UI , server should have failed to create a model with incorrect usage.
Pre Req - Have
azure-openai-model-provider
configured. Steps to reproduce the problem:azure-openai-model-provider
, target model asdall-e-3
and usage asLLM
Model gets created successfully.
Expected Behavior:
We should not be allowed to choose incorrect
usage
when creating models. UI should not be showing usages that are not supported by the selected target model.Even when we are allowed to do this from UI , server should have failed to create a model with incorrect usage.