init(all):一个让codex调用deepseek模型的项目

This commit is contained in:
Pine
2026-05-25 16:37:47 +08:00
commit e6ab2d4534
23 changed files with 2028 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# API Key
.env
# 调试日志
proxy_debug.log
# Python
__pycache__/
*.pyc
*.pyo
# 虚拟环境
venv/
.venv/
env/
/.claude