1 Star 0 Fork 1

jangocheng/dify-on-wechat

forked from AiBotLab/dify-on-wechat 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
nixpacks.toml 332 Bytes
Copy Edit Raw Blame History
lanvent authored 2023-06-02 22:15 +08:00 . make railway happy
[phases.setup]
nixPkgs = ['python310']
cmds = ['apt-get update','apt-get install -y --no-install-recommends ffmpeg espeak libavcodec-extra']
[phases.install]
cmds = ['python -m venv /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt && pip install -r requirements-optional.txt']
[start]
cmd = "python ./app.py"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jangocheng/dify-on-wechat.git
git@gitee.com:jangocheng/dify-on-wechat.git
jangocheng
dify-on-wechat
dify-on-wechat
master

Search