1pub const DEBUG: bool = false; 2pub const OPENAI_ENDPOINT: &str = "https://api.openai.com/v1/chat/completions"; 3pub const MAX_TOKENS: i32 = 1000;