discourse/plugins/discourse-ai/app/serializers
Keegan George 6d9a176bfd
DEV: Apply credit system on daily schedule instead of monthly (#36066)
## 🔍 Overview

This update alters our LLM credit system to apply credits and resets on
a daily schedule rather than monthly.
2025-11-18 09:38:28 -08:00
..
ai_api_audit_log_serializer.rb
ai_artifact_key_value_serializer.rb
ai_artifact_serializer.rb FEATURE: CRUD access for ai-artifacts (admin only) (#34193) 2025-08-14 12:17:20 +10:00
ai_chat_channel_serializer.rb
ai_custom_tool_list_serializer.rb
ai_custom_tool_serializer.rb
ai_embedding_definition_serializer.rb
ai_features_persona_serializer.rb
ai_inferred_concept_post_serializer.rb
ai_sentiment_post_serializer.rb
ai_spam_serializer.rb
ai_tool_serializer.rb
ai_topic_summary_serializer.rb
ai_usage_serializer.rb
basic_llm_model_serializer.rb
inferred_concept_serializer.rb
llm_credit_allocation_serializer.rb DEV: Apply credit system on daily schedule instead of monthly (#36066) 2025-11-18 09:38:28 -08:00
llm_feature_credit_cost_serializer.rb FEATURE: Hosted LLM credit system (#35162) 2025-10-14 07:48:20 -07:00
llm_model_serializer.rb FIX: Include credits in serializer only if credit system enabled (#35903) 2025-11-07 15:58:40 +08:00
llm_quota_serializer.rb
localized_ai_persona_serializer.rb FEATURE: support thinking summary on responses API (#36013) 2025-11-18 07:54:14 +11:00
reviewable_ai_chat_message_serializer.rb
reviewable_ai_post_serializer.rb