mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-04 09:49:20 +08:00
6 lines
83 B
Python
6 lines
83 B
Python
from .gpt import OpenAIWrapper, GPT4V
|
|
|
|
__all__ = [
|
|
'OpenAIWrapper', 'GPT4V',
|
|
]
|