first commit

This commit is contained in:
lingyuzeng
2026-03-22 13:16:22 +08:00
commit ba7d42da13
23 changed files with 3541 additions and 0 deletions

9
.env.example Executable file
View File

@@ -0,0 +1,9 @@
# 下游 Ollama 地址
OLLAMA_PROXY_TARGET=http://127.0.0.1:11434
# 默认模型名 (可以为空,如果需要强制指定一个,也可以从配置中配)
# OLLAMA_DEFAULT_MODEL=Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-4bit
# 代理服务监听端口
PROXY_PORT=11435
PROXY_HOST=127.0.0.1