Enable image inlining for visual models when connected to Mistral AI Le Platforme.

43caa0c6d44f9b879f0636fc5e828ac3b31467f7

Gness Erquint <gness.na@gmail.com>

2 files changed, +4 -2Ignore whitespace
public/index.html+1 -1
@@ -1975,7 +1975,7 @@
1975 <span data-i18n="enable_functions_desc_3">Can be utilized by various extensions to provide additional functionality.</span>1975 <span data-i18n="enable_functions_desc_3">Can be utilized by various extensions to provide additional functionality.</span>
1976 </div>1976 </div>
1977 </div>1977 </div>
1978 <div class="range-block" data-source="openai,openrouter,makersuite,claude,custom,01ai">1978 <div class="range-block" data-source="openai,openrouter,mistralai,makersuite,claude,custom,01ai">
1979 <label for="openai_image_inlining" class="checkbox_label flexWrap widthFreeExpand">1979 <label for="openai_image_inlining" class="checkbox_label flexWrap widthFreeExpand">
1980 <input id="openai_image_inlining" type="checkbox" />1980 <input id="openai_image_inlining" type="checkbox" />
1981 <span data-i18n="Send inline images">Send inline images</span>1981 <span data-i18n="Send inline images">Send inline images</span>
public/scripts/openai.js+3 -1
@@ -5006,7 +5006,9 @@ export function isImageInliningSupported() {
5006 'o1-2024-12-17',5006 'o1-2024-12-17',
5007 'chatgpt-4o-latest',5007 'chatgpt-4o-latest',
5008 'yi-vision',5008 'yi-vision',
5009 'pixtral-latest',5009 'mistral-large-pixtral-2411',
5010 'mistral-small-2503',
5011 'mistral-small-latest',
5010 'pixtral-12b-latest',5012 'pixtral-12b-latest',
5011 'pixtral-12b',5013 'pixtral-12b',
5012 'pixtral-12b-2409',5014 'pixtral-12b-2409',