Skip to content

Commit 40d6155

Browse files
committed
Remove kilocode_change comments
1 parent 64c1dea commit 40d6155

File tree

1 file changed

+1
-3
lines changed
  • packages/types/src/providers

1 file changed

+1
-3
lines changed

packages/types/src/providers/zai.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { ModelInfo } from "../model.js"
2-
import { ZaiApiLine } from "../provider-settings.js" // kilocode_change
2+
import { ZaiApiLine } from "../provider-settings.js"
33

44
// Z AI
55
// https://docs.z.ai/guides/llm/glm-4.5
@@ -105,7 +105,6 @@ export const mainlandZAiModels = {
105105

106106
export const ZAI_DEFAULT_TEMPERATURE = 0
107107

108-
// kilocode_change start
109108
export const zaiApiLineConfigs = {
110109
international_coding: {
111110
name: "International Coding Plan",
@@ -116,4 +115,3 @@ export const zaiApiLineConfigs = {
116115
china_coding: { name: "China Coding Plan", baseUrl: "https://open.bigmodel.cn/api/coding/paas/v4", isChina: true },
117116
china: { name: "China Standard", baseUrl: "https://open.bigmodel.cn/api/paas/v4", isChina: true },
118117
} satisfies Record<ZaiApiLine, { name: string; baseUrl: string; isChina: boolean }>
119-
// kilocode_change end

0 commit comments

Comments
 (0)