13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
# Copy this file to test.env and fill in your API keys
|
|
# cp tests/test.env.example tests/test.env
|
|
|
|
# Anthropic Configuration
|
|
ANTHROPIIC_BASE_URL=https://api.anthropic.com/v1
|
|
ANTHROPIIC_API_KEY=your_anthropic_api_key_here
|
|
ANTHROPIIC_MODEL_NAME=claude-3-5-sonnet-20241022
|
|
|
|
# OpenAI Configuration
|
|
OPENAI_BASE_URL=https://api.openai.com/v1
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
OPENAI_MODEL_NAME=gpt-4
|