otto8-ai / otto8

Open source AI Agent Platform
Apache License 2.0
22 stars 14 forks source link

Allowed to create models with incorrect Usage. #770

Closed sangee2004 closed 5 hours ago

sangee2004 commented 5 hours ago

Pre Req - Have azure-openai-model-provider configured. Steps to reproduce the problem:

  1. Create a model with provider as azure-openai-model-provider, target model as dall-e-3 and usage as LLM Screenshot 2024-12-04 at 2 19 19 PM

Model gets created successfully.

Expected Behavior:

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

  2. Even when we are allowed to do this from UI , server should have failed to create a model with incorrect usage.

sangee2004 commented 5 hours ago

we arent going to validate this. Closing this issue