.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LLM_API_KEY
secret
LLM API配置(支持 OpenAI SDK 格式的任意 LLM API) 推荐使用阿里百炼平台qwen-plus模型:https://bailian.console.aliyun.com/ 注意消耗较大,可先进行小于40轮的模拟尝试
LLM_BASE_URL
LLM_MODEL_NAME
ZEP_API_KEY
secret
ZEP记忆图谱配置 每月免费额度即可支撑简单使用:https://app.getzep.com/
LLM_BOOST_API_KEY
secret
加速 LLM 配置(可选) 注意如果不使用加速配置,env文件中就不要出现下面的配置项
LLM_BOOST_BASE_URL
LLM_BOOST_MODEL_NAME
brew install flyctl && fly launch --from https://github.com/666ghj/MiroFish
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/666ghj/MiroFish
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/666ghj/MiroFish