mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Corrected the reference for gemini
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user