# -*- coding: utf-8 -*- """The OpenAI embedding API modules.""" from ._model import OpenAIEmbeddingModel __all__ = [ "OpenAIEmbeddingModel", ]