mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove kilocode_change comments
This commit is contained in:
parent
64c1dea525
commit
40d615591e
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type { ModelInfo } from "../model.js"
|
||||
import { ZaiApiLine } from "../provider-settings.js" // kilocode_change
|
||||
import { ZaiApiLine } from "../provider-settings.js"
|
||||
|
||||
// Z AI
|
||||
// https://docs.z.ai/guides/llm/glm-4.5
|
||||
|
|
@ -105,7 +105,6 @@ export const mainlandZAiModels = {
|
|||
|
||||
export const ZAI_DEFAULT_TEMPERATURE = 0
|
||||
|
||||
// kilocode_change start
|
||||
export const zaiApiLineConfigs = {
|
||||
international_coding: {
|
||||
name: "International Coding Plan",
|
||||
|
|
@ -116,4 +115,3 @@ export const zaiApiLineConfigs = {
|
|||
china_coding: { name: "China Coding Plan", baseUrl: "https://open.bigmodel.cn/api/coding/paas/v4", isChina: true },
|
||||
china: { name: "China Standard", baseUrl: "https://open.bigmodel.cn/api/paas/v4", isChina: true },
|
||||
} satisfies Record<ZaiApiLine, { name: string; baseUrl: string; isChina: boolean }>
|
||||
// kilocode_change end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue