@contentgrowth/llm-service 0.6.6 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -327,8 +327,6 @@ export class GeminiProvider extends BaseLLMProvider {
|
|
|
327
327
|
});
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
console.log('[GeminiProvider] Generating image with parts:', parts.map(p => p.text ? `Text: ${p.text.substring(0, 50)}...` : `Image: ${p.inlineData?.mimeType} (${p.inlineData?.data?.length} chars)`));
|
|
331
|
-
|
|
332
330
|
const result = await model.generateContent({
|
|
333
331
|
contents: [{
|
|
334
332
|
role: "user",
|