-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
29 lines (23 loc) · 988 Bytes
/
example.env
File metadata and controls
29 lines (23 loc) · 988 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
26
27
28
29
OPENAI_API_KEY=your_openai_api_key_here
OPENROUTER_API_KEY=your_openrouter_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here
GOOGLE_API_KEY=your_google_api_key_here
SERPAPI_API_KEY=your_serpapi_api_key_here
# Azure OpenAI settings
AZURE_OPENAI_API_KEY=your_azure_openai_api_key_here
AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/
AZURE_OPENAI_API_VERSION=2024-12-01-preview
# Llama (via Ollama) settings
LLAMA_BASE_URL=http://localhost:11434
LLAMA_API_KEY=ollama
# Optional: Set default provider (openai, anthropic, openrouter, gemini, azure_openai, llama)
# If not set, you will be prompted on startup
PROVIDER=openai
# Optional: Set default model for the provider
# If not set, CodeAssist will use its default model for the provider
MODEL=gpt-4o
# Web Mode (set to true to start web interface automatically)
WEB_MODE=false
# Configuration can also be managed via ~/.wtfcode/config.yml
# This file is automatically created on first run.
MULTILINE_INPUT=true