Update "Use system prompt"
| @@ -2025,7 +2025,7 @@ | ||
| 2025 | 2025 | <input id="use_makersuite_sysprompt" type="checkbox" /> |
| 2026 | 2026 | <span> |
| 2027 | 2027 | <span data-i18n="Use system prompt">Use system prompt</span> |
| 2028 | 2028 | <i class="opacity50p fa-solid fa-circle-info" title="Gemini 1.5/2.0+, Pro/FlashLearnLM"></i> |
| 2029 | 2029 | </span> |
| 2030 | 2030 | </label> |
| 2031 | 2031 | <div class="toggle-description justifyLeft marginBot5"> |
| @@ -374,6 +374,7 @@ async function sendMakerSuiteRequest(request, response) { | ||
| 374 | 374 | model.includes('gemini-2.0-flash') || |
| 375 | 375 | model.includes('gemini-1.5-pro') || |
| 376 | 376 | model.includes('gemini-1.5-flash') || |
| 377 | + model.includes('learnlm') || | |
| 377 | 378 | model.startsWith('gemini-exp') |
| 378 | 379 | ) && request.body.use_makersuite_sysprompt; |
| 379 | 380 | |