-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.env.test.example
More file actions
38 lines (29 loc) · 1.14 KB
/
.env.test.example
File metadata and controls
38 lines (29 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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=