1 Star 0 Fork 21

yzq/DigitalHumanWithLLMs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configs.py 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhitong-zy 提交于 2024-03-25 11:00 +08:00 . [zy]# add files
# 设备运行端口 (Device running port)
port = 7860
# api运行端口及IP (API running port and IP)
mode = 'api' # api 需要先运行Linly-api-fast.py,暂时仅仅适用于Linly
ip = '127.0.0.1'
api_port = 7871
# L模型路径 (Linly model path)
mode = 'offline'
model_path = 'Qwen/Qwen-1_8B-Chat'
# ssl证书 (SSL certificate) 麦克风对话需要此参数
# 最好调整为绝对路径
ssl_certfile = "./https_cert/cert.pem"
ssl_keyfile = "./https_cert/key.pem"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yz_q/digital-human-with-llms.git
[email protected]:yz_q/digital-human-with-llms.git
yz_q
digital-human-with-llms
DigitalHumanWithLLMs
master

搜索帮助