Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
import type { ProviderPlugin } from "openclaw/plugin-sdk/provider-model-shared";
import { buildMoonshotProvider } from "./provider-catalog.js";
export const moonshotProviderDiscovery: ProviderPlugin = {
id: "moonshot",
label: "Moonshot",
docsPath: "/providers/moonshot",
auth: [],
staticCatalog: {
order: "simple",
run: async () => ({
provider: buildMoonshotProvider(),
}),
},
};
export default moonshotProviderDiscovery;
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet am 2026-04-27)
¤
*© Formatika GbR, Deutschland