Initial commit: OpenAI Codex reverse proxy with Node.js + Express

This commit is contained in:
lulistart
2026-02-17 08:50:58 +08:00
commit 5e3cbb0eca
10 changed files with 1993 additions and 0 deletions

8
.env.exa Normal file
View File

@@ -0,0 +1,8 @@
# 服务器端口
PORT=3000
# Token 文件路径
TOKEN_FILE=./token.json
# 模型列表文件路径
MODELS_FILE=./models.json