today_ai_weather/app/models
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
..
ahoy chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00
concerns feat: add translatable name module for countries and regions 2025-02-21 23:46:25 +08:00
admin_user.rb chore: clean up code style and unused fixtures 2025-01-20 18:08:55 +08:00
application_record.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
city.rb feat: add AI-generated city descriptions 2025-04-12 14:03:48 +08:00
country.rb feat: add translatable name module for countries and regions 2025-02-21 23:46:25 +08:00
region.rb feat: add translatable name module for countries and regions 2025-02-21 23:46:25 +08:00
state.rb feat: add state filtering to cities index 2025-02-26 09:48:39 +08:00
subregion.rb migrate with countries_states_cities_db 2025-02-08 17:42:50 +08:00
user.rb feat: enhance user authentication features 2025-02-11 16:18:10 +08:00
weather_art.rb feat: add image alt text generation 2025-04-10 22:37:27 +08:00