more confilt resolutions

This commit is contained in:
brucemeek 2023-08-09 14:47:28 -05:00
parent 6eb4d26224
commit 0ad84a4d42
7 changed files with 100 additions and 69 deletions

View file

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