build from microsoft

Table of Contents

  1. autogen tool
    1. quick start

autogen tool

quick start

pypi site

autogenra

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