Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Nov 13, 2023
1 parent 015c602 commit 6132975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/lib/api/assistant/generation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export async function* runGeneration(

let model = c.model;

const contextSize = getSupportedModelConfig(model).contextSize;
const contextSize = getSupportedModelConfig(c.model).contextSize;

const MIN_GENERATION_TOKENS = 2048;

Expand Down

0 comments on commit 6132975

Please sign in to comment.