Update to gemini-flash-lite-latest & dynamic AI image generation
This commit is contained in:
@@ -550,7 +550,7 @@
|
||||
<script>
|
||||
// Verified Credentials & Endpoints
|
||||
const GEMINI_KEY = 'AIzaSyDHp0yXCGWqnd4ynlCCWzDz9Un1EJOKeW8';
|
||||
const GEMINI_MODEL = 'gemini-2.0-flash';
|
||||
const GEMINI_MODEL = 'gemini-flash-lite-latest';
|
||||
const META_PAGE_ID = '1047354938453381';
|
||||
const META_TOKEN = 'EAAM8GXpb76wBSGusXKgwOlrbwHrsDRZBnbESt2Vy1Ti1Y6HMHiSjY2ROspoafa1PT1cCZBISocivZA5eLnM2jafdcvmXhqmLZAnWBi2PTo2wDBwImxQhX0A7IQDG3eF9KeEsw0lqBXw5XnibgppSJZA2aK7f1qvoS9whRO7bYHNcnIQfyP9yDVbSoWLS3AuQ1C6Pj28bPBIgloYxkl7hqBCaf6pXvmaPvpA6RQzkZD';
|
||||
|
||||
@@ -647,14 +647,19 @@
|
||||
}
|
||||
});
|
||||
|
||||
// Direct Gemini AI Content Generator
|
||||
// Direct Gemini AI Content & Image Generator
|
||||
btnGenerate.addEventListener('click', async () => {
|
||||
const userPrompt = topicInput.value.trim() || 'اكتب منشور عن أمان السائقين والركاب وتدقيق الوثائق التلقائي بالذكاء الاصطناعي مع حاسبة التوفير';
|
||||
|
||||
alertSuccess.style.display = 'none';
|
||||
alertError.style.display = 'none';
|
||||
loaderOverlay.style.display = 'flex';
|
||||
loaderStatus.textContent = 'جاري تحليل الأوامر وصياغة المنشور بـ Gemini 2.0 Flash...';
|
||||
loaderStatus.textContent = 'جاري صياغة المنشور وتوليد البوستر البصري بـ Gemini (gemini-flash-lite-latest)...';
|
||||
|
||||
// Dynamic Image Generation
|
||||
const randomSeed = Math.floor(Math.random() * 1000000);
|
||||
const generatedAiImage = `https://pollinations.ai/p/${encodeURIComponent("Professional modern taxi ride hailing app promotional banner with AI security verification shield " + userPrompt.slice(0, 60))}?width=1200&height=630&seed=${randomSeed}`;
|
||||
fbPreviewImg.src = generatedAiImage;
|
||||
|
||||
const systemPrompt = `أنت مدير تسويق ومحرر إعلاني محترف لمنصة Tripz (منصة SaaS عالمية لإطلاق تطبيقات نقل الركاب وإدارة أساطيل التكسي بعلامة المشغّل التجارية).
|
||||
قواعد التسويق الحاكمة:
|
||||
|
||||
Reference in New Issue
Block a user