Skip to content

Commit 8f6b347

Browse files
committed
increase response max tokens
1 parent d0e2f46 commit 8f6b347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/altair-core/src/ai/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export const maxGraphqlQueryChars = maxGraphqlQueryTokens * avgCharsPerToken;
1717
export const maxGraphqlVariablesTokens = 150;
1818
export const maxGraphqlVariablesChars = maxGraphqlVariablesTokens * avgCharsPerToken;
1919

20-
export const responseMaxTokens = 1000;
20+
export const responseMaxTokens = 2500;

0 commit comments

Comments
 (0)