czty's picture
Add files using upload-large-folder tool
a9e46a4 verified
Raw
History Blame Contribute Delete
554 Bytes
AZURE_OPENAI_API_VERSION = "2024-12-01-preview" # or the latest version available
MODEL_NAME = "<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://<azure-endpoint>.cognitiveservices.azure.com/'
AZURE_OPENAI_KEY='<azure-key>'
# If you are using OpenAI, set the following variable
OPENAI_API_KEY = '<openai-key>'
# If you want to test it into an Anthropic Environment, set the following variable
ANTHROPIC_API_KEY = '<anthropic-key>'