Kedreamix / Linly-Talker

Digital Avatar Conversational System - Linly-Talker. 😄✨ Linly-Talker is an intelligent AI system that combines large language models (LLMs) with visual models to create a novel human-AI interaction method. 🤝🤖 It integrates various technologies like Whisper, Linly, Microsoft Speech Services, and SadTalker talking head generation system. 🌟🔬
https://kedreamix.github.io/
MIT License
1.27k stars 222 forks source link

能调ollama嘛?本地算力不够,需要调远程算力 #45

Closed kevinchi8781 closed 2 weeks ago

Kedreamix commented 1 month ago

可以的,加入一下LLM的部分就OK了

kevinchi8781 commented 1 month ago

可以的,加入一下LLM的部分就OK了

docker部署,如何指定到ollama的地址,例如 192.168.12.114:11434

Kedreamix commented 2 weeks ago

可能这个得给你一个调用的模版给我,我才方便,理论上直接使用request库,可以参考问题汇总的方法加入LLM

Kedreamix commented 2 weeks ago

常用问题汇总中有给出关于ChatGPT的API的调用方式,可以尝试写一个去对应ollama来在Linly-Talker中使用,并且我加入了GPT4Free,能够免费试用API,感谢你的提问