style: apply oxfmt

This commit is contained in:
Peter Steinberger
2026-01-17 17:44:54 +00:00
parent bc6928525d
commit 7876679c5d
7 changed files with 17 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ export const KIMI_CODE_DEFAULT_COST = {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0
cacheWrite: 0,
};
const MINIMAX_MODEL_CATALOG = {
@@ -113,6 +113,6 @@ export function buildKimiCodeModelDefinition(): ModelDefinitionConfig {
contextWindow: KIMI_CODE_CONTEXT_WINDOW,
maxTokens: KIMI_CODE_MAX_TOKENS,
headers: KIMI_CODE_HEADERS,
compat: KIMI_CODE_COMPAT
compat: KIMI_CODE_COMPAT,
};
}