mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 14:24:59 +00:00
refactor: unify media understanding pipeline
This commit is contained in:
7
src/media-understanding/providers/minimax/index.ts
Normal file
7
src/media-understanding/providers/minimax/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { MediaUnderstandingProvider } from "../../types.js";
|
||||
import { describeImageWithModel } from "../image.js";
|
||||
|
||||
export const minimaxProvider: MediaUnderstandingProvider = {
|
||||
id: "minimax",
|
||||
describeImage: describeImageWithModel,
|
||||
};
|
||||
Reference in New Issue
Block a user