Skip to content

Commit 76577af

Browse files
committed
fix type
1 parent 3a4afb6 commit 76577af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/ai/config/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const openrouter = createOpenRouter({
1818
*/
1919

2020
// const overrideModel = 'z-ai/glm-4.6'
21-
const overrideModel = null;
21+
const overrideModel: string | null = null;
2222

2323
const modelNames = {
2424
triage: overrideModel || "anthropic/claude-haiku-4.5",

0 commit comments

Comments
 (0)