MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / _compose_model_kwargs

Method _compose_model_kwargs

api/dashscope_client.py:732–733  ·  view source on GitHub ↗
(self, **model_kwargs)

Source from the content-addressed store, hash-verified

730 return output
731
732 def _compose_model_kwargs(self, **model_kwargs) -> Dict[str, object]:
733 return F.compose_model_kwargs(self.model_kwargs, model_kwargs)
734
735# Batch Embedding Components for DashScope
736class DashScopeBatchEmbedder(DataComponent):

Callers 2

callMethod · 0.95
acallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected