summaryrefslogtreecommitdiff
path: root/src/logic/constants.ts
blob: 170477d2498c5fd09c0a94819bd1bff847459f93 (plain)
1
2
3
// export const RESPONSE_LENGTH = 1024;
export const RESPONSE_LENGTH = 256;
export const MAX_TOKENS = 64_000;