mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 02:09:20 +08:00
7 lines
184 B
Python
7 lines
184 B
Python
from .gpt import OpenAIWrapper, GPT4V
|
|
from .gpt_int import OpenAIWrapperInternal, GPT4V_Internal
|
|
|
|
__all__ = [
|
|
'OpenAIWrapper', 'OpenAIWrapperInternal', 'GPT4V', 'GPT4V_Internal'
|
|
]
|