Open GavinDBL opened 8 months ago
I am also trying to disable the "generate and image" functionality and am having trouble finding where or how to do it. I suspect it might be built-in to the 1106 versions of the model but I'm still investigating.
You can remove the DALLE ML model deployment which prevents it from creating images, but the UI doesnt know and still tries.. and fails..
I have deployed the app to Azure with minimal resources and removed DallE and others but still get the below does anyone know where to delete this
I identified that image generation is a default extension assigned by code, I adjusted the description to indicate that it is disabled and should not be used, at least for the moment it has worked for me.
src/features/chat-page/chat-services/chat-api/chat-api-default-extensions.ts
My file:
Are the DALE, Vision, Search features able to be enabled/disabled both at the infrastructure level and in the UI?
IE, can I turn off search in the UI and not create the Search index resource?