摘要: 我们可以使用gradio库通过低代码的方式快速实现聊天机器人界面及交互: import gradio as gr from ollama import chat def predict(message,history): stream = chat(model="deepseek-r1:1.5b", 阅读全文
posted @ 2025-03-18 14:22 月薪几千的牛马 阅读(72) 评论(0) 推荐(0)