today_ai_weather/app
songtianlun b0b64c2fe3 feat: add AI-generated city descriptions
- Implement method to get multilingual city descriptions
- Create worker for generating descriptions in the background
- Update database schema to include description translations
- Update AiService to fetch descriptions from City model

This commit introduces a feature to generate city descriptions
in multiple languages using AI. It includes methods for
caching descriptions and a background job to handle
generation to improve performance and user experience.
2025-04-12 14:03:48 +08:00
..
admin refactor: improve: changes in admin panel 2025-02-16 13:42:13 +08:00
assets refactor: replace OpenLayers with Mapbox GL 2025-02-15 11:21:12 +08:00
concerns style: format code for consistency 2025-01-23 19:03:14 +08:00
controllers feat: add meta tags for SEO optimization 2025-04-08 17:04:32 +08:00
helpers feat: add meta tags for SEO optimization 2025-04-08 17:04:32 +08:00
javascript feat: implement social sharing functionality 2025-02-16 11:58:25 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models feat: add AI-generated city descriptions 2025-04-12 14:03:48 +08:00
services feat: add AI-generated city descriptions 2025-04-12 14:03:48 +08:00
views fix: correct alt attribute for image tag 2025-04-10 22:47:33 +08:00
workers feat: add AI-generated city descriptions 2025-04-12 14:03:48 +08:00