| 333 | * @returns {{contents: *[], system_instruction: {parts: {text: string}}}} Prompt for Google MakerSuite models | 333 | * @returns {{contents: *[], system_instruction: {parts: {text: string}}}} Prompt for Google MakerSuite models |
| 334 | */ | 334 | */ |
| 335 | export function convertGooglePrompt(messages, model, useSysPrompt = false, charName = '', userName = '') { | 335 | export function convertGooglePrompt(messages, model, useSysPrompt = false, charName = '', userName = '') { |
| 336 | // This is a 1x1 transparent PNG | | |
| 337 | const PNG_PIXEL = 'iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII='; | | |
| 338 | | 336 | |
| 339 | const visionSupportedModels = [ | 337 | const visionSupportedModels = [ |
| 340 | 'gemini-2.0-flash-exp', | 338 | 'gemini-2.0-flash-exp', |