From 4d64cc47f4bb6f2d19d070abf79c27a32520073c Mon Sep 17 00:00:00 2001 From: gagb Date: Mon, 13 Nov 2023 19:52:44 +0000 Subject: [PATCH] Update --- website/blog/2023-11-13-OAI-assistants/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/blog/2023-11-13-OAI-assistants/index.mdx b/website/blog/2023-11-13-OAI-assistants/index.mdx index ab3a8a61a0b6..7c1ff13e0d2c 100644 --- a/website/blog/2023-11-13-OAI-assistants/index.mdx +++ b/website/blog/2023-11-13-OAI-assistants/index.mdx @@ -21,8 +21,7 @@ Checkout example notebooks for reference: Earlier last week, OpenAI introduced [GPTs](https://openai.com/blog/introducing-gpts), giving users ability to create custom ChatGPTs tailored for them. *But what if these individual GPTs could collaborate to do even more?* Fortunately, because of AutoGen, this is now a reality! -AutoGen has pioneered agents and multi-agent workflows [since before](https://aka.ms/autogen-pdf) the launch of GPTs. -And now (starting with version 0.2.0b5) we are introducing compatibility with the [Assistant API](https://openai.com/blog/introducing-gpts), which is currently in beta preview. +AutoGen has been pioneering agents and supporting [multi-agent workflows](https://aka.ms/autogen-pdf) since earlier this year, and now (starting with version 0.2.0b5) we are introducing compatibility with the [Assistant API](https://openai.com/blog/introducing-gpts), which is currently in beta preview. To accomplish this, we've added a new (experimental) agent called the `GPTAssistantAgent` that lets you seamlessly add these new OpenAI assistants into AutoGen-based multi-agent workflows.