Skip to content

Commit dd0d238

Browse files
authored
Fix browser test (#3730)
1 parent f674f2c commit dd0d238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/packages/autogen-magentic-one/tests/browser_utils/test_requests_markdown_browser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import requests
1111
from autogen_magentic_one.markdown_browser import BingMarkdownSearch, RequestsMarkdownBrowser
1212

13-
BLOG_POST_URL = "https://microsoft.github.io/autogen/blog/2023/04/21/LLM-tuning-math"
13+
BLOG_POST_URL = "https://microsoft.github.io/autogen/0.2/blog/2023/04/21/LLM-tuning-math"
1414
BLOG_POST_TITLE = "Does Model and Inference Parameter Matter in LLM Applications? - A Case Study for MATH | AutoGen"
1515
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?"
1616
BLOG_POST_FIND_ON_PAGE_QUERY = "an example where high * complex"

0 commit comments

Comments
 (0)