Support .env for server-local Ollama config to avoid git pull conflicts.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Trading Studio 服务器本地配置(复制为 .env 后修改,不会被 git 跟踪)
|
||||
# cp .env.example .env
|
||||
|
||||
# Ollama 局域网地址(按实际环境修改)
|
||||
OLLAMA_HOST=192.168.8.64
|
||||
OLLAMA_PORT=11434
|
||||
|
||||
# 可选:覆盖默认模型名
|
||||
# MODEL_NAME=huihui_ai/gemma-4-abliterated:e4b
|
||||
Reference in New Issue
Block a user