0f5277c22e
Pre-download via HF mirror scripts so inner-network deploys avoid Hub Network is unreachable errors. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
531 B
Bash
16 lines
531 B
Bash
# 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
|
|
|
|
# ChatTTS 模型目录(预下载脚本写入)
|
|
# CHATTTS_MODEL_DIR=/opt/Trading_Studio/models/ChatTTS
|
|
# WHISPER_MODEL_DIR=/opt/Trading_Studio/models/whisper
|
|
# WHISPER_MODEL_SIZE=small
|
|
# HF_ENDPOINT=https://hf-mirror.com
|