Update llm.py comment form chinese to english

Added and english translation of the chinese version for the comments
This commit is contained in:
MORDECAI ETUKUDO 2023-08-08 12:31:57 +01:00 committed by GitHub
parent 3bfabf0bca
commit 2ec1425486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)