mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-11 16:52:37 +02:00
Merge pull request #1820 from cmodi-meta/llama-api-support
Add Llama API Support
This commit is contained in:
commit
5aae56e863
7 changed files with 30 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ from metagpt.utils.token_counter import (
|
|||
LLMType.DEEPSEEK,
|
||||
LLMType.SILICONFLOW,
|
||||
LLMType.OPENROUTER,
|
||||
LLMType.LLAMA_API,
|
||||
]
|
||||
)
|
||||
class OpenAILLM(BaseLLM):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue