mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 01:36:29 +02:00
more confilt resolutions
This commit is contained in:
parent
6eb4d26224
commit
0ad84a4d42
7 changed files with 100 additions and 69 deletions
|
|
@ -13,5 +13,7 @@ DEFAULT_LLM = LLM()
|
|||
CLAUDE_LLM = Claude()
|
||||
|
||||
async def ai_func(prompt):
|
||||
"""Use LLM for Q&A."""
|
||||
"""使用LLM进行QA
|
||||
QA with LLMs
|
||||
"""
|
||||
return await DEFAULT_LLM.aask(prompt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue