Skip to content

Commit 6132975

Browse files
committed
nit
1 parent 015c602 commit 6132975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/lib/api/assistant/generation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export async function* runGeneration(
334334

335335
let model = c.model;
336336

337-
const contextSize = getSupportedModelConfig(model).contextSize;
337+
const contextSize = getSupportedModelConfig(c.model).contextSize;
338338

339339
const MIN_GENERATION_TOKENS = 2048;
340340

0 commit comments

Comments
 (0)