From 6b4731d7eb46b16d2d191d34694b20b754a3d1b0 Mon Sep 17 00:00:00 2001 From: Mark Sze <66362098+marklysze@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:57:53 +1100 Subject: [PATCH 1/3] Update version to 0.6.0b1 --- autogen/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen/version.py b/autogen/version.py index 3b519defa1..c233ba7fee 100644 --- a/autogen/version.py +++ b/autogen/version.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.5.3" +__version__ = "0.6.0b1" From 64d1d6f2594a853493474db2cf89cf85128f4a5c Mon Sep 17 00:00:00 2001 From: Mark Sze <66362098+marklysze@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:54:44 +1100 Subject: [PATCH 2/3] Update test_browser_utils.py --- test/test_browser_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_browser_utils.py b/test/test_browser_utils.py index f0642945ee..58591e4ebb 100755 --- a/test/test_browser_utils.py +++ b/test/test_browser_utils.py @@ -16,8 +16,8 @@ import requests from agentchat.test_assistant_agent import KEY_LOC # noqa: E402 -BLOG_POST_URL = "https://ag2ai.github.io/ag2/blog/2023/04/21/LLM-tuning-math" -BLOG_POST_TITLE = "Does Model and Inference Parameter Matter in LLM Applications? - A Case Study for MATH | AG2" +BLOG_POST_URL = "https://docs.ag2.ai/blog/2023-04-21-LLM-tuning-math" +BLOG_POST_TITLE = "Does Model and Inference Parameter Matter in LLM Applications? - A Case Study for MATH - AG2" BLOG_POST_STRING = "Large language models (LLMs) are powerful tools that can generate natural language texts for various applications, such as chatbots, summarization, translation, and more. GPT-4 is currently the state of the art LLM in the world. Is model selection irrelevant? What about inference parameters?" WIKIPEDIA_URL = "https://en.wikipedia.org/wiki/Microsoft" From 4c2288c84b2a3300487bc2930b92901c16d70652 Mon Sep 17 00:00:00 2001 From: Mark Sze <66362098+marklysze@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:55:19 +1100 Subject: [PATCH 3/3] Update test_web_surfer.py --- test/agentchat/contrib/test_web_surfer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/agentchat/contrib/test_web_surfer.py b/test/agentchat/contrib/test_web_surfer.py index 0111c2a03c..c6d6e714ee 100755 --- a/test/agentchat/contrib/test_web_surfer.py +++ b/test/agentchat/contrib/test_web_surfer.py @@ -21,8 +21,8 @@ sys.path.append(os.path.join(os.path.dirname(__file__), "..")) from test_assistant_agent import KEY_LOC, OAI_CONFIG_LIST # noqa: E402 -BLOG_POST_URL = "https://ag2ai.github.io/ag2/blog/2023/04/21/LLM-tuning-math" -BLOG_POST_TITLE = "Does Model and Inference Parameter Matter in LLM Applications? - A Case Study for MATH | AG2" +BLOG_POST_URL = "https://docs.ag2.ai/blog/2023-04-21-LLM-tuning-math" +BLOG_POST_TITLE = "Does Model and Inference Parameter Matter in LLM Applications? - A Case Study for MATH - AG2" BING_QUERY = "Microsoft" try: