refactor: unify media understanding pipeline
This commit is contained in:
7
src/media-understanding/providers/anthropic/index.ts
Normal file
7
src/media-understanding/providers/anthropic/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { MediaUnderstandingProvider } from "../../types.js";
|
||||
import { describeImageWithModel } from "../image.js";
|
||||
|
||||
export const anthropicProvider: MediaUnderstandingProvider = {
|
||||
id: "anthropic",
|
||||
describeImage: describeImageWithModel,
|
||||
};
|
||||
Reference in New Issue
Block a user