1 2
pub const OPENAI_API_BASE: &str = "https://api.openai.com/v1"; pub const OPENAI_CHAT_COMPLETION_ROUTE: &str = "/chat/completions";