MCPcopy Index your code
hub / github.com/ChatGPTNextWeb/NextChat / preProcessImageContentForAlibabaDashScope

Function preProcessImageContentForAlibabaDashScope

app/utils/chat.ts:105–111  ·  view source on GitHub ↗
(
  content: RequestMessage["content"],
)

Source from the content-addressed store, hash-verified

103}
104
105export async function preProcessImageContentForAlibabaDashScope(
106 content: RequestMessage["content"],
107) {
108 return preProcessImageContentBase(content, async (url) => ({
109 image: url,
110 }));
111}
112
113const imageCaches: Record<string, string> = {};
114export function cacheImageToBase64Image(imageUrl: string) {

Callers 1

chatMethod · 0.90

Calls 1

Tested by

no test coverage detected