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