From 488536aa16bd30bbc39f72a9e2d3becbc476cfe4 Mon Sep 17 00:00:00 2001 From: garylin2099 Date: Mon, 5 Aug 2024 11:16:27 +0800 Subject: [PATCH] fix typo --- tests/metagpt/roles/di/test_routing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/metagpt/roles/di/test_routing.py b/tests/metagpt/roles/di/test_routing.py index e333bfac1..0cd94e571 100644 --- a/tests/metagpt/roles/di/test_routing.py +++ b/tests/metagpt/roles/di/test_routing.py @@ -28,7 +28,7 @@ NORMAL_QUESTION = [ checkout a branch named test-fix, commit your changes, push, and create a PR to the master branch of https://github.com/iorisa/langchain """, "Open this link and make a sumamry: https://github.com/geekan/MetaGPT", # should not confuse with searching - "清查看这个网页https://platform.openai.com/docs/models", # should not confuse with searching + "请查看这个网页https://platform.openai.com/docs/models", # should not confuse with searching ]