Cole Medin commited on
Commit
69aceea
·
unverified ·
2 Parent(s): 62e5091 f761509

Merge pull request #12 from fernsdavid25/patch-1

Browse files
Files changed (1) hide show
  1. app/lib/.server/llm/constants.ts +1 -1
app/lib/.server/llm/constants.ts CHANGED
@@ -1,5 +1,5 @@
1
  // see https://docs.anthropic.com/en/docs/about-claude/models
2
- export const MAX_TOKENS = 8192;
3
 
4
  // limits the number of model responses that can be returned in a single request
5
  export const MAX_RESPONSE_SEGMENTS = 2;
 
1
  // see https://docs.anthropic.com/en/docs/about-claude/models
2
+ export const MAX_TOKENS = 8000;
3
 
4
  // limits the number of model responses that can be returned in a single request
5
  export const MAX_RESPONSE_SEGMENTS = 2;