forked from Chat2AnyLLM/code-assistant-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 699 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Example environment variables for code-assistant-manager
# Copy this file to .env and fill in your secrets. Do NOT commit .env with real keys.
# Example:
# API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxx
# API key used by endpoints' list_models commands
# You can provide per-endpoint keys. If a per-endpoint key is set it will be used;
# otherwise `API_KEY` will be used as a fallback.
# API_KEY=
# Per-endpoint API keys (optional)
API_KEY_LITELLM=sk-***
API_KEY_COPILOT=sk-***
GITHUB_TOKEN=ghu_c***
# gemini api key auth
GEMINI_API_KEY=AI***
# vertex api auth
GOOGLE_APPLICATION_CREDENTIALS=~/.config/gcloud/*****
GOOGLE_CLOUD_PROJECT=****
GOOGLE_CLOUD_LOCATION=global
GOOGLE_GENAI_USE_VERTEXAI="true"