-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 927 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 927 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
25
# Copy this file to .env and fill in your credentials
# Azure OpenAI Configuration
AZURE_OPENAI_ENDPOINT=https://your-endpoint.openai.azure.com/
AZURE_OPENAI_API_KEY=your-openai-api-key-here
AZURE_DEPLOYMENT_NAME=gpt-5-chat
AZURE_OPENAI_API_VERSION=2024-12-01-preview
# Google Gemini
GOOGLE_GENERATIVE_AI_API_KEY=your-gemini-api-key-here
GEMINI_MODEL_NAME=gemini-2.5-flash
# Anthropic
ANTHROPIC_API_KEY=your-anthropic-api-key-here
# VS Code Configuration
# Note: Using forward slashes is recommended for paths in .env files
# to avoid issues with escape characters.
PROJECTX_WORKSPACE_PATH=C:/Users/your-username/OneDrive - Company Pty Ltd/sample.code-workspace
# Custom VS Code executable path (optional, defaults to 'code')
# VSCODE_CMD=C:/Program Files/Microsoft VS Code/bin/code.cmd
# CLI provider sample (used by the local_cli target)
CLI_EVALS_DIR=./docs/examples/simple/evals/local-cli
LOCAL_AGENT_TOKEN=dummytoken