feat: enable vision support in GUI for Azure models #649 (#675)

Co-authored-by: Moritz Flöter <moritz.floeter@set.de>
This commit is contained in:
Moritz 2024-09-01 17:00:14 +02:00 committed by Carl-Robert Linnupuu
parent 1b36ed53fd
commit 6e9fa02201

View file

@ -149,6 +149,7 @@ class UserInputPanel(
return when (service<GeneralSettings>().state.selectedService) {
ServiceType.CUSTOM_OPENAI,
ServiceType.ANTHROPIC,
ServiceType.AZURE,
ServiceType.OLLAMA -> true
ServiceType.CODEGPT -> {