autogen
build from microsoft
Table of Contents
autogen tool
quick start
pypi site
offical github site
https://github.com/microsoft/autogen
test command
curl -x http://xxx.xxx.xxx.xxx:7890 https://api.openai.com/v1/chat/completions \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-3.5-turbo",
"messages": [{"role" : "user","content":"hi"}] }'
sk-
启动
autogenra ui