lipku / LiveTalking

Real time interactive streaming digital human
https://livetalking-doc.readthedocs.io/
Apache License 2.0
4.03k stars 585 forks source link

怎么接入llm #269

Open JiaoYuJiaoYu opened 2 months ago

JiaoYuJiaoYu commented 2 months ago

我用的是无srs的启动怎么接入llm实现交互呀

ThornbirdZhang commented 2 months ago

app.py中,你参考async def human(request)中对于chat的响应实现,在里面调用llm获取信息应该就可以了。

JiaoYuJiaoYu commented 2 months ago

明白了 感谢!