mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
Clean up existing unused code according to flake8
This commit is contained in:
parent
0722257cd8
commit
d74215c502
68 changed files with 57 additions and 161 deletions
|
|
@ -12,6 +12,7 @@ from metagpt.provider.openai_api import OpenAIGPTAPI as LLM
|
|||
DEFAULT_LLM = LLM()
|
||||
CLAUDE_LLM = Claude()
|
||||
|
||||
|
||||
async def ai_func(prompt):
|
||||
"""使用LLM进行QA"""
|
||||
return await DEFAULT_LLM.aask(prompt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue