ollama + autogen排雷

语法:<abc>代表参数,实际输入为具体的名字,不需要输入<>

注意:当前雷可能随着版本迭代更新掉

1、litellm -model ollama/<model>

启动后的url为:http://0.0.0.0:<port>,实际调用需要将"0.0.0.0"替换为"localhost",否则回报错误"oserror winerror 10049在其上下文中该请求的地址无效"

2、autogen.UserProxyAgent在非docker环境下,需要增加参数

code_execution_config={"use_docker":False}

否则,会报错。前半句是问题,后半句是建议的解决方法,这里采用的是第二种

Code execution is set to be run in docker (default behaviour) but docker is not running. The options available are: - Make sure docker is running (advised approach for code execution) - Set "use_docker": False in code_execution_config - Set AUTOGEN_USE_DOCKER to "0/False/no" in your environment variables

相关推荐
a_安徒生17 分钟前
window系统改为Linux系统
linux·windows·centos·系统安全
huaqianzkh2 小时前
学习C#中的Parallel类
windows·microsoft·c#
陌小呆^O^6 小时前
关于C/C++Windows下连接MYSQL操作
c语言·c++·windows
菜鸟挣扎史13 小时前
grafana+prometheus+windows_exporter实现windows进程资源占用的监控
windows·grafana·prometheus·进程·process
大今野15 小时前
windows系统中实现对于appium的依赖搭建
windows·appium
sukalot17 小时前
windows C#-异步编程模型(下)
开发语言·windows·c#
水w17 小时前
Node.js windows版本 下载和安装(详细步骤)
开发语言·前端·windows·npm·node
gz94561 天前
windows下编译ffmpeg4.4版本
windows·视频编解码
lx学习1 天前
Python学习29天
windows·python·学习
believe、悠闲1 天前
GetVolumeInformation函数使用记录
c++·windows·驱动开发