AZURE_OPENAI_API_VERSION = "2024-12-01-preview" # or the latest version available MODEL_NAME = "" # e.g., "gpt-4o", "gpt-4o-mini", "gpt-4.1-turbo", "gpt-4.1-mini" # If you are using Azure OpenAI, set the following variables AZURE_OPENAI_ENDPOINT='https://.cognitiveservices.azure.com/' AZURE_OPENAI_KEY='' # If you are using OpenAI, set the following variable OPENAI_API_KEY = '' # If you want to test it into an Anthropic Environment, set the following variable ANTHROPIC_API_KEY = ''