Corrected the reference for gemini

This commit is contained in:
Marco Smith
2025-01-27 22:25:39 +02:00
parent b49a60d72b
commit 72706a82f0

View File

@@ -36,7 +36,7 @@ export class PromptLibrary {
gemini: {
label: 'Gemini Prompt (experimental)',
description: 'an Experimental version of the prompt for lower token usage',
get: (options) => deepseek(options),
get: (options) => gemini(options),
},
};
static getList() {