Merge pull request #1820 from cmodi-meta/llama-api-support

Add Llama API Support
This commit is contained in:
better629 2025-06-30 19:41:26 +08:00 committed by GitHub
commit 5aae56e863
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 30 additions and 0 deletions

View file

@ -52,6 +52,7 @@ from metagpt.utils.token_counter import (
LLMType.DEEPSEEK,
LLMType.SILICONFLOW,
LLMType.OPENROUTER,
LLMType.LLAMA_API,
]
)
class OpenAILLM(BaseLLM):