Explorar o código

Merge pull request #1348 from RooVetGit/mrubens-patch-4

Set Vertex maxTokens to 64000
Matt Rubens hai 10 meses
pai
achega
3168b1e1c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/shared/api.ts

+ 1 - 1
src/shared/api.ts

@@ -477,7 +477,7 @@ export const vertexModels = {
 		outputPrice: 5,
 		outputPrice: 5,
 	},
 	},
 	"claude-3-7-sonnet@20250219:thinking": {
 	"claude-3-7-sonnet@20250219:thinking": {
-		maxTokens: 128_000,
+		maxTokens: 64_000,
 		contextWindow: 200_000,
 		contextWindow: 200_000,
 		supportsImages: true,
 		supportsImages: true,
 		supportsComputerUse: true,
 		supportsComputerUse: true,