pub const GROQ_API_URL: &str = "https://api.groq.com/openai/v1/chat/completions";
Groq API base URL (OpenAI-compatible endpoint).