Skip to content

Commit

Permalink
Update test_browser_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze authored Dec 20, 2024
1 parent 6b4731d commit 64d1d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_browser_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 64d1d6f

Please sign in to comment.