From 727b4247435d773ae196ccbc2df7f7efcc5f5a32 Mon Sep 17 00:00:00 2001 From: Kartik Ramesh Date: Wed, 4 Dec 2024 14:10:51 -0600 Subject: [PATCH] Update github/microsoft/autogen links --- website/docs/topics/llm_configuration.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/topics/llm_configuration.ipynb b/website/docs/topics/llm_configuration.ipynb index a001f98459..b88d3f76b8 100644 --- a/website/docs/topics/llm_configuration.ipynb +++ b/website/docs/topics/llm_configuration.ipynb @@ -120,7 +120,7 @@ "\n", "````{=mdx}\n", ":::tip\n", - "By default this will create a model client which assumes an OpenAI API (or compatible) endpoint. To use custom model clients, see [here](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_custom_model.ipynb).\n", + "By default this will create a model client which assumes an OpenAI API (or compatible) endpoint. To use custom model clients, see [here](https://github.com/ag2ai/ag2/blob/main/notebook/agentchat_custom_model.ipynb).\n", ":::\n", "````\n", "\n", @@ -472,7 +472,7 @@ "- [`config_list_from_models`](/docs/reference/oai/openai_utils#config_list_from_models): Creates configurations based on a provided list of models, useful when targeting specific models without manually specifying each configuration.\n", "- [`config_list_from_dotenv`](/docs/reference/oai/openai_utils#config_list_from_dotenv): Constructs a configuration list from a `.env` file, offering a consolidated way to manage multiple API configurations and keys from a single file.\n", "\n", - "See [this notebook](https://github.com/microsoft/autogen/blob/main/notebook/config_loader_utility_functions.ipynb) for examples of using the above functions." + "See [this notebook](https://github.com/ag2ai/ag2/blob/main/notebook/config_loader_utility_functions.ipynb) for examples of using the above functions." ] } ],