Akshay66777's picture
AgentScope Gradio chat app — ZeroGPU-ready
9792ea7 verified
Raw
History Blame Contribute Delete
158 Bytes
# -*- coding: utf-8 -*-
"""The DashScope embedding API modules."""
from ._model import DashScopeEmbeddingModel
__all__ = [
"DashScopeEmbeddingModel",
]