You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the configuration for the MODEL_TYPE setting uses SettingType.SELECT with predefined model values, such as "meta-llama/Llama-3.2-11B-Vision-Instruct". This approach limits flexibility because different providers might use different model names for the same model. Instead, we can use a direct string input for the model name.