From 72706a82f009a1ba871cf1507fec445d109cddcf Mon Sep 17 00:00:00 2001 From: Marco Smith Date: Mon, 27 Jan 2025 22:25:39 +0200 Subject: [PATCH] Corrected the reference for gemini --- app/lib/common/prompt-library.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/common/prompt-library.ts b/app/lib/common/prompt-library.ts index a4a5b6d7..88fc328f 100644 --- a/app/lib/common/prompt-library.ts +++ b/app/lib/common/prompt-library.ts @@ -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() {