export const DEFAULT_MODEL = "gpt-3.5-turbo"; export const DEFAULT_MAX_TOKENS = 1024; export const DEFAULT_AZURE_API_VERSION = "2024-10-21";