generated from CyniaAI/CubeAgents
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 1.07 KB
/
.env.example
File metadata and controls
23 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This is an example .env file for BukkitGPT-v3. DO NOT USE THIS FILE DIRECTLY.
# Instead, copy this file and rename it to .env, then fill in the required values.
# GPT SETTINGS
# Choose your provider (openai, anthropic, or google) and fill in the API key.
# For OpenAI-compatible providers, like OpenRouter and Ollama, set LLM_PROVIDER to openai and change the BASE_URL to the provider's API endpoint.
#
# Note: The default generation model, which is set to `deepseek/deepseek-r1:free`, is free to use on OpenRouter but not recommended for advanced use.
# We highly recommend using a paid model for better performance.
# Here are some recommended models:
# ❤ google/gemini-2.5-flash-preview-05-20:thinking (Fast, cheapest and good for most tasks)
# openai/o4-mini (Fast, cheap and great for complex tasks)
# anthropic/claude-sonnet-4 (Expensive and for the extremely complex tasks)
LLM_PROVIDER=openai
API_KEY=
BASE_URL=https://openrouter.ai/api/v1
GENERATION_MODEL=deepseek/deepseek-r1:free
FIXING_MODEL=openai/gpt-4o
# DEVELOPER SETTINGS
VERSION_NUMBER=1.0.0