Spaces:
Paused
Paused
| # -*- coding: utf-8 -*- | |
| """The DashScope embedding API modules.""" | |
| from ._model import DashScopeEmbeddingModel | |
| __all__ = [ | |
| "DashScopeEmbeddingModel", | |
| ] | |
| # -*- coding: utf-8 -*- | |
| """The DashScope embedding API modules.""" | |
| from ._model import DashScopeEmbeddingModel | |
| __all__ = [ | |
| "DashScopeEmbeddingModel", | |
| ] | |