mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-04 13:22:39 +02:00
feat: + pic2txt
This commit is contained in:
parent
5f55590a57
commit
dcb76de45e
6 changed files with 55 additions and 19 deletions
|
|
@ -40,8 +40,17 @@ from metagpt.utils.token_counter import (
|
|||
)
|
||||
|
||||
|
||||
@register_provider([LLMType.OPENAI, LLMType.FIREWORKS, LLMType.OPEN_LLM, LLMType.MOONSHOT, LLMType.MISTRAL, LLMType.YI,
|
||||
LLMType.OPEN_ROUTER])
|
||||
@register_provider(
|
||||
[
|
||||
LLMType.OPENAI,
|
||||
LLMType.FIREWORKS,
|
||||
LLMType.OPEN_LLM,
|
||||
LLMType.MOONSHOT,
|
||||
LLMType.MISTRAL,
|
||||
LLMType.YI,
|
||||
LLMType.OPEN_ROUTER,
|
||||
]
|
||||
)
|
||||
class OpenAILLM(BaseLLM):
|
||||
"""Check https://platform.openai.com/examples for examples"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue