mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add gemini pro to hidden thinking models
This commit is contained in:
@ -5019,6 +5019,7 @@ export function isHiddenReasoningModel() {
|
|||||||
currentModel: oai_settings.google_model,
|
currentModel: oai_settings.google_model,
|
||||||
models: [
|
models: [
|
||||||
{ name: 'gemini-2.0-flash-thinking-exp', startsWith: true },
|
{ name: 'gemini-2.0-flash-thinking-exp', startsWith: true },
|
||||||
|
{ name: 'gemini-2.0-pro-exp', startsWith: true },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user