forked from lorryjovens-hub/claude-code-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
19 lines (16 loc) · 603 Bytes
/
Copy path.env
File metadata and controls
19 lines (16 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ==========================================
# Claude Code Rust 环境变量配置
# ==========================================
# ==========================================
# API 配置 - DeepSeek
# ==========================================
DEEPSEEK_API_KEY=sk-f8774ac29c7b4c029056395e9419bfcd
API_BASE_URL=https://api.deepseek.com
# ==========================================
# 模型配置
# ==========================================
CLAUDE_MODEL=deepseek-reasoner
# ==========================================
# 日志配置
# ==========================================
RUST_LOG=claude_code=info