From c32942f50b2a1fb5332b44b9965278eecb063ffa Mon Sep 17 00:00:00 2001 From: gagb Date: Mon, 13 Nov 2023 14:01:31 -0800 Subject: [PATCH] Update index.mdx with version number --- website/blog/2023-11-13-OAI-assistants/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2023-11-13-OAI-assistants/index.mdx b/website/blog/2023-11-13-OAI-assistants/index.mdx index 7c1ff13e0d2c..91c94118189e 100644 --- a/website/blog/2023-11-13-OAI-assistants/index.mdx +++ b/website/blog/2023-11-13-OAI-assistants/index.mdx @@ -30,7 +30,7 @@ This integration shows great potential and synergy, and we plan to continue enha ## Installation ```bash -pip install pyautogen +pip install pyautogen==0.2.0b5 ``` ## Basic Example