You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: High-quality descriptions are essential for sales conversion, but many sellers struggle to write compelling, SEO-friendly marketing copy.
Problem: Small sellers often provide sparse, low-quality descriptions that make the platform look unprofessional.
Acceptance Criteria:
Integrate an LLM (OpenAI GPT-4 or Google Gemini Pro) via their respective official Node.js SDKs.
Create a /listings/generate-description endpoint that accepts a few bullet points (e.g., "Vintage", "Red", "Size 10") and returns three distinct, high-conversion marketing descriptions.
Implement caching in Redis so identical keyword requests don't repeatedly incur LLM token costs.
/listings/generate-descriptionendpoint that accepts a few bullet points (e.g., "Vintage", "Red", "Size 10") and returns three distinct, high-conversion marketing descriptions.