当前位置: 首页> 财经> 创投人物 > 一品威客网是正规平台吗_网页设计师工资一般多少钱_搜索引擎竞价广告_网络营销主要有哪些特点

一品威客网是正规平台吗_网页设计师工资一般多少钱_搜索引擎竞价广告_网络营销主要有哪些特点

时间:2025/7/9 15:31:53来源:https://blog.csdn.net/qq_41472205/article/details/143994862 浏览次数:0次
一品威客网是正规平台吗_网页设计师工资一般多少钱_搜索引擎竞价广告_网络营销主要有哪些特点

前提条件:在windows上安装docker
代码如下:

import os
import autogen
from autogen import AssistantAgent, UserProxyAgentllm_config = {"config_list": [{"model": "GLM-4-Plus","api_key": "your api key","base_url": "https://open.bigmodel.cn/api/paas/v4/",}]
}with autogen.coding.DockerCommandLineCodeExecutor(work_dir="coding") as code_executor:assistant = AssistantAgent("assistant", llm_config=llm_config)user_proxy = UserProxyAgent("user_proxy", code_execution_config={"executor": code_executor})# Start the chatuser_proxy.initiate_chat(assistant,message="1 plus 1 equals what?",)

运行结果:
在这里插入图片描述
查看安装的镜像:

docker images

在这里插入图片描述

希望这些内容对你有所帮助!如果有任何问题,欢迎在评论区留言。

关键字:一品威客网是正规平台吗_网页设计师工资一般多少钱_搜索引擎竞价广告_网络营销主要有哪些特点

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: