export const MAX_TOKENS = 8192; export const MAX_RESPONSE_SEGMENTS = 2; export const GROQ_MAX_TOKENS = 4096; export const GROQ_MAX_RESPONSE_SEGMENTS = 3;