6433069
1
2
3
4
5
6
7
8
import os class EngineConfig: OPENAI_API_KEY = os.getenv("OPENAI_API_KEY") MODEL_NAME = "gpt-4.1-mini" TEMPERATURE = 0.7