-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.env_example
35 lines (25 loc) · 926 Bytes
/
.env_example
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
# Anthropic credentials
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Azure ML OpenAI credentials
AZURE_OPENAI_API_KEY=your_azure_openai_api_key_here
AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint_here
AZURE_OPENAI_DEPLOYMENT=your_azure_openai_deployment_name_here
OPENAI_API_VERSION=your_azure_openai_api_version_here
# AWS Bedrock
AWS_ACCESS_KEY_ID=your_aws_api_key_here
AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key_here
AWS_SESSION_TOKEN=your_aws_session_token_here
# Google's Gemini credentials
GEMINI_API_KEY=your_gemini_api_key_here
# Google's Vertex AI (assumes you have set up GCP default credentials)
GCP_PROJECT_ID=your_gcp_project_id_here
# GROQ
GROQ_API_KEY=your_groq_api_key_here
# HuggingFace credentials
HF_TOKEN=your_huggingface_api_key_here
# OpenAI credentials
OPENAI_API_KEY=your_openai_api_key_here
# vLLM URL
VLLM_URL=http://localhost:8000
# Ollama URL
OLLAMA_URL=http://localhost:11434