Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
38 changes: 38 additions & 0 deletions .env.test.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Portkey Configuration
# Base URL for the Portkey API
PORTKEY_BASE_URL=

# Portkey API Key - Required for all tests
PORTKEY_API_KEY=

# Virtual Keys - These are configured in your Portkey dashboard
# OpenAI virtual key - Required for most tests
OPENAI_VIRTUAL_KEY=

# Optional: Additional virtual keys for testing different providers
# These are used in loadbalance and fallback test configurations
# ANYSCALE_VIRTUAL_KEY=
# AZURE_VIRTUAL_KEY=
# COHERE_VIRTUAL_KEY=
# ANTHROPIC_VIRTUAL_KEY=
# STABILITY_VIRTUAL_KEY=

# Direct Provider API Keys
# These are used when tests directly access provider APIs (not through Portkey virtual keys)
# Required for tests that use models.json configuration

# OpenAI API Key - Required for OpenAI model tests
OPENAI_API_KEY=

# Anyscale API Key - Required for Anyscale model tests (Llama, Mistral models)
ANYSCALE_API_KEY=

# Anthropic API Key - Required for Anthropic/Claude model tests
ANTHROPIC_API_KEY=

# Cohere API Key - Required for Cohere model tests
COHERE_API_KEY=

# LlamaIndex API Key - Required for LlamaIndex integration tests
# Note: This may be the same as OPENAI_API_KEY for OpenAI embeddings
LLAMA_INDEX_API_KEY=
Loading
Loading