From 1a448c10b98bda3bbd92b510f314c23d75667d08 Mon Sep 17 00:00:00 2001 From: Vaibhav Balloli Date: Wed, 4 Dec 2024 17:24:32 -0500 Subject: [PATCH] Update index.md (#4548) --- .../docs/src/user-guide/extensions-user-guide/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/index.md b/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/index.md index 15f1be3d2..f8013dae5 100644 --- a/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/index.md +++ b/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/index.md @@ -54,6 +54,7 @@ Find community samples and examples of how to use AutoGen | Name | Package | Description | |---|---|---| | [autogen-watsonx-client](https://github.com/tsinggggg/autogen-watsonx-client) | [PyPi](https://pypi.org/project/autogen-watsonx-client/) | Model client for [IBM watsonx.ai](https://www.ibm.com/products/watsonx-ai) | +| [autogen-openaiext-client](https://github.com/vballoli/autogen-openaiext-client) | [PyPi](https://pypi.org/project/autogen-openaiext-client/) | Model client for other LLMs like Gemini, etc. through the OpenAI API |