File size: 86 Bytes
1e92f2d
 
1
2
3
export const DEFAULT_MODEL = "gpt-3.5-turbo";
export const DEFAULT_MAX_TOKENS = 1024;