mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
Add Anthropic Api
This commit is contained in:
parent
326082da72
commit
ccb2e1ab7b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from metagpt.provider.openai_api import OpenAIGPTAPI as LLM
|
|||
from metagpt.provider.anthropic_api import Claude2 as Claude
|
||||
|
||||
DEFAULT_LLM = LLM()
|
||||
Claude_LLM = Claude()
|
||||
CLAUDE_LLM = Claude()
|
||||
|
||||
async def ai_func(prompt):
|
||||
"""使用LLM进行QA"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue