import os from dotenv import load_dotenv load_dotenv() PROFILE = os.getenv("PROFILE") FEW_SHOT_EXAMPLES = os.getenv("FEW_SHOT_EXAMPLES")