mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 20:32:38 +02:00
Update llm.py comment form chinese to english
Added and english translation of the chinese version for the comments
This commit is contained in:
parent
3bfabf0bca
commit
2ec1425486
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue