import os class EngineConfig: OPENAI_API_KEY = os.getenv("OPENAI_API_KEY") MODEL_NAME = "gpt-4.1-mini" TEMPERATURE = 0.7