mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
ended free grok 3 promo
This commit is contained in:
@@ -129,12 +129,7 @@ export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration):
|
||||
return {
|
||||
selectedProvider: provider,
|
||||
selectedModelId: openRouterModelId,
|
||||
// TODO: remove this once we have a better way to handle free models on Cline
|
||||
// Free grok 3 promotion
|
||||
selectedModelInfo:
|
||||
openRouterModelId === "x-ai/grok-3"
|
||||
? { ...openRouterModelInfo, inputPrice: 0, outputPrice: 0 }
|
||||
: openRouterModelInfo,
|
||||
selectedModelInfo: openRouterModelInfo,
|
||||
}
|
||||
case "openai":
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user