0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/plugins/discourse-ai/spec/fabricators
Sam 6fc5673598
FEATURE: add cost limits to LLM quotas (#41277)
Track estimated request costs in AI audit logs and usage rollups so
quota
checks and usage reports can use the stored cost when available.

Add max cost quota fields to the admin UI, serializers, validations,
and staff logs.
2026-06-30 15:59:24 +10:00
..
ai_agent_fabricator.rb DEV: AI persona to agent migration (#38319) 2026-03-10 15:59:45 +11:00
ai_api_audit_log_fabricator.rb FEATURE: Also delete api logs when user / user content is deleted (#41122) 2026-06-24 15:21:00 +08:00
ai_artifact_fabricator.rb
ai_bot_conversation_star_fabricator.rb FEATURE: Star AI bot conversations in sidebar (#39869) 2026-05-14 15:04:31 +10:00
ai_mcp_server_fabricator.rb FEATURE: Add MCP server integration to AI agents (#38706) 2026-03-25 17:32:27 +11:00
ai_secret_fabricator.rb FEATURE: add centralized AI secrets management (#37592) 2026-02-11 10:09:52 +11:00
ai_summary_fabricator.rb
ai_tool_fabricator.rb
classification_result_fabricator.rb
embedding_definition_fabricator.rb
inferred_concept_fabricator.rb
llm_credit_allocation_fabricator.rb DEV: Remove deprecated daily_usage (#36570) 2025-12-18 09:45:02 -08:00
llm_feature_credit_cost_fabricator.rb FEATURE: Hosted LLM credit system (#35162) 2025-10-14 07:48:20 -07:00
llm_model_fabricator.rb FEATURE: Add AWS Bedrock Converse API provider (#38903) 2026-03-30 12:37:30 -03:00
llm_quota_fabricator.rb
llm_quota_usage_fabricator.rb FEATURE: add cost limits to LLM quotas (#41277) 2026-06-30 15:59:24 +10:00
rag_document_fragment_fabricator.rb