Explicitly add to image inlining list

4468bf5034e3ff4583cee05384e98a44db4a0461

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Ignore whitespace
public/scripts/openai.js+2 -0
@@ -4633,8 +4633,10 @@ export function isImageInliningSupported() {
46334633 'gemini-1.5-pro-latest',
46344634 'gemini-pro-vision',
46354635 'claude-3',
4636+ 'claude-3-5',
46364637 'gpt-4-turbo',
46374638 'gpt-4o',
4639+ 'gpt-4o-mini',
46384640 ];
46394641
46404642 switch (oai_settings.chat_completion_source) {