mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:10:44 +00:00
* feat(providers): add DeepInfra provider plugin * feat(deepinfra): add media provider surfaces * fix(deepinfra): satisfy provider boundary checks * docs: add gitcrawl maintainer skill * test: include deepinfra in live media sweeps * fix: remove stale tts contract import
4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
import { describeProviderContracts } from "openclaw/plugin-sdk/provider-test-contracts";
|
|
|
|
describeProviderContracts("deepinfra");
|