diff --git a/.env-example b/.env-example new file mode 100644 index 0000000..dc345a5 --- /dev/null +++ b/.env-example @@ -0,0 +1,8 @@ +# === Claude API Config === +API_KEY_LITE=LITE_KEY_BURAYA +API_KEY_PRO=PRO_KEY_BURAYA +ACTIVE_KEY=lite + +# === Anthropic API Settings === +ANTHROPIC_BASE_URL="https://api.z.ai/api/anthropic" +ANTHROPIC_MODEL="glm-4.6" \ No newline at end of file