-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb97716
commit aadf670
Showing
61 changed files
with
1,357 additions
and
5,662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<link rel="icon" href="https://kirk-zhang58.github.io/assets/images/cover-v1.2.0.jpg"> | ||
|
||
|
||
<script type="application/ld+json">{"@context":"http://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"kirkzhang","sameAs":["https://github.com/SimonTeo58","https://stackoverflow.com/users/11289672/simon-teo","https://twitter.com/shiming_kirk","https://www.linkedin.com/in/kirk-zhang-424935235/","[email protected]"],"image":"avatar.jpg"},"articleBody":"build from microsoft\n\n\n\n\nautogen toolquick startpypi site\nautogenra\noffical github site\nhttps://github.com/microsoft/autogen\ntest command\ncurl -x http://172.29.176.1:7890 https://api.openai.com/v1/chat/completions \\\n-H "Authorization: Bearer $OPENAI_API_KEY" \\\n-H "Content-Type: application/json" \\\n-d '{"model":"gpt-3.5-turbo",\n"messages": [{"role" : "user","content":"hi"}] }'\n\n\n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\n\n启动\nautogenra ui\n","dateCreated":"2023-12-12T20:46:57+08:00","dateModified":"2023-12-12T20:46:57+08:00","datePublished":"2023-12-12T20:46:57+08:00","description":"build from microsoft","headline":"autogen","image":[],"mainEntityOfPage":{"@type":"WebPage","@id":"https://kirk-zhang58.github.io/2023/12/12/ai/autogen/"},"publisher":{"@type":"Organization","name":"kirkzhang","sameAs":["https://github.com/SimonTeo58","https://stackoverflow.com/users/11289672/simon-teo","https://twitter.com/shiming_kirk","https://www.linkedin.com/in/kirk-zhang-424935235/","[email protected]"],"image":"avatar.jpg","logo":{"@type":"ImageObject","url":"avatar.jpg"}},"url":"https://kirk-zhang58.github.io/2023/12/12/ai/autogen/"}</script> | ||
<script type="application/ld+json">{"@context":"http://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"kirkzhang","sameAs":["https://github.com/SimonTeo58","https://stackoverflow.com/users/11289672/simon-teo","https://twitter.com/shiming_kirk","https://www.linkedin.com/in/kirk-zhang-424935235/","[email protected]"],"image":"avatar.jpg"},"articleBody":"build from microsoft\n\n\n\n\nautogen toolquick startpypi site\nautogenra\noffical github site\nhttps://github.com/microsoft/autogen\ntest command\ncurl -x http://xxx.xxx.xxx.xxx:7890 https://api.openai.com/v1/chat/completions \\\n-H "Authorization: Bearer $OPENAI_API_KEY" \\\n-H "Content-Type: application/json" \\\n-d '{"model":"gpt-3.5-turbo",\n"messages": [{"role" : "user","content":"hi"}] }'\n\n\nsk-\n\n启动\nautogenra ui\n","dateCreated":"2023-12-12T20:46:57+08:00","dateModified":"2023-12-24T12:55:31+08:00","datePublished":"2023-12-12T20:46:57+08:00","description":"build from microsoft","headline":"autogen","image":[],"mainEntityOfPage":{"@type":"WebPage","@id":"https://kirk-zhang58.github.io/2023/12/12/ai/autogen/"},"publisher":{"@type":"Organization","name":"kirkzhang","sameAs":["https://github.com/SimonTeo58","https://stackoverflow.com/users/11289672/simon-teo","https://twitter.com/shiming_kirk","https://www.linkedin.com/in/kirk-zhang-424935235/","[email protected]"],"image":"avatar.jpg","logo":{"@type":"ImageObject","url":"avatar.jpg"}},"url":"https://kirk-zhang58.github.io/2023/12/12/ai/autogen/"}</script> | ||
<meta name="description" content="build from microsoft"> | ||
<meta property="og:type" content="blog"> | ||
<meta property="og:title" content="autogen"> | ||
|
@@ -22,7 +22,7 @@ | |
<meta property="og:description" content="build from microsoft"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="article:published_time" content="2023-12-12T12:46:57.304Z"> | ||
<meta property="article:modified_time" content="2023-12-12T12:46:57.304Z"> | ||
<meta property="article:modified_time" content="2023-12-24T04:55:31.678Z"> | ||
<meta property="article:author" content="kirkzhang"> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:creator" content="@shiming_kirk"> | ||
|
@@ -356,14 +356,14 @@ <h1 id="autogen-tool"><a href="#autogen-tool" class="headerlink" title="autogen | |
<p>offical github site</p> | ||
<p><a target="_blank" rel="noopener" href="https://github.com/microsoft/autogen">https://github.com/microsoft/autogen</a></p> | ||
<p>test command</p> | ||
<pre class="language-python" data-language="python"><code class="language-python">curl -x http://172.29.176.1:7890 https://api.openai.com/v1/chat/completions \ | ||
<pre class="language-python" data-language="python"><code class="language-python">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"}] }' | ||
</code></pre> | ||
|
||
<pre class="language-python" data-language="python"><code class="language-python">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</code></pre> | ||
<pre class="language-python" data-language="python"><code class="language-python">sk-</code></pre> | ||
|
||
<p>启动</p> | ||
<pre class="language-python" data-language="python"><code class="language-python">autogenra ui</code></pre> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.