6 lines
78 B
Python
6 lines
78 B
Python
from .openai_model import getChatModel
|
|
|
|
|
|
__all__ = [
|
|
"getChatModel"
|
|
] |