mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
AIX: Gemini: do not use alpha any longer
This commit is contained in:
@@ -94,7 +94,7 @@ export function createChatGenerateDispatch(access: AixAPI_Access, model: AixAPI_
|
||||
/**
|
||||
* [Gemini, 2025-04-17] For newer thinking parameters, use v1alpha (we only see statistically better results)
|
||||
*/
|
||||
const useV1Alpha = !!model.vndGeminiShowThoughts || model.vndGeminiThinkingBudget !== undefined;
|
||||
const useV1Alpha = false; // !!model.vndGeminiShowThoughts || model.vndGeminiThinkingBudget !== undefined;
|
||||
return {
|
||||
request: {
|
||||
...geminiAccess(access, model.id, streaming ? GeminiWire_API_Generate_Content.streamingPostPath : GeminiWire_API_Generate_Content.postPath, useV1Alpha),
|
||||
|
||||
Reference in New Issue
Block a user