From 2ec1425486113bbc582b28cbdc751304b2bd050a Mon Sep 17 00:00:00 2001 From: MORDECAI ETUKUDO <103220475+martcpp@users.noreply.github.com> Date: Tue, 8 Aug 2023 12:31:57 +0100 Subject: [PATCH] Update llm.py comment form chinese to english Added and english translation of the chinese version for the comments --- metagpt/llm.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metagpt/llm.py b/metagpt/llm.py index ae7f4c6f1..6a9a9132f 100644 --- a/metagpt/llm.py +++ b/metagpt/llm.py @@ -14,5 +14,7 @@ CLAUDE_LLM = Claude() async def ai_func(prompt): - """使用LLM进行QA""" + """使用LLM进行QA + QA with LLMs + """ return await DEFAULT_LLM.aask(prompt)