-
Notifications
You must be signed in to change notification settings - Fork 190
Description
Bug Description
I have created a new azure-openai (openai compatible) provider in the provider page
I tried to add a new model to my newly created agent in the model selection dropdown in the Agent configuration and added the actual model ID (e.g. gpt-5.1, gpt-5.2-codex) but when i press check it say model doesn't exist which is not true.
This makes it impossible for users to use models when using OpenAI-compatible providers like "azure-openai".
I was successful in a making it work with my local "ollama" without issues (just a bit of tweak to the docker compose to allow comm with the host network).
Root Cause:
Fix:
Remove the logic for checking or give possibility to optionally skip checking so we are not blocked on a false negative error that prevents us from saving the agent config.