import os from groq import Groq groq_token = os.getenv("GROQ_TOKEN") groq_client = Groq( api_key = groq_token )