mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Change baseten default model to glm for now (#9489)
This commit is contained in:
parent
e5648e8d14
commit
8d1602c1c7
1 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ export const basetenModels = {
|
|||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
supportsNativeTools: true,
|
||||
defaultToolProtocol: "native",
|
||||
inputPrice: 0.6,
|
||||
outputPrice: 2.5,
|
||||
cacheWritesPrice: 0,
|
||||
|
|
@ -124,4 +123,4 @@ export const basetenModels = {
|
|||
|
||||
export type BasetenModelId = keyof typeof basetenModels
|
||||
|
||||
export const basetenDefaultModelId = "moonshotai/Kimi-K2-Thinking" satisfies BasetenModelId
|
||||
export const basetenDefaultModelId = "zai-org/GLM-4.6" satisfies BasetenModelId
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue