discourse-ai/lib
Sam d97307e99b
FEATURE: optionally support OpenAI responses API (#1423)
OpenAI ship a new API for completions called "Responses API"

Certain models (o3-pro) require this API.
Additionally certain features are only made available to the new API.

This allow enabling it per LLM.

see: https://platform.openai.com/docs/api-reference/responses
2025-06-11 17:12:25 +10:00
..
ai_bot FIX: add safe navigation to serializer include conditions (#1349) 2025-05-19 18:55:55 -03:00
ai_helper FEATURE: allow access to assigns from forum researcher (#1412) 2025-06-06 16:59:00 +10:00
ai_moderation FEATURE: flexible image handling within messages (#1214) 2025-03-31 12:39:07 -03:00
automation FEATURE: Triage can hide posts after adding them to the review queue (#1348) 2025-05-20 08:19:00 +10:00
completions FEATURE: optionally support OpenAI responses API (#1423) 2025-06-11 17:12:25 +10:00
configuration DEV: Use a PORO to represent modules/features. (#1421) 2025-06-10 14:37:53 -03:00
database DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
discord/bot FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
embeddings FIX: Ensure that we shutdown thread pool (#1207) 2025-03-21 11:08:36 +08:00
inference FEATURE: forum researcher persona for deep research (#1313) 2025-05-14 12:36:16 +10:00
inferred_concepts FIX: Proper default LLM detection for inferred concepts (#1392) 2025-06-02 17:56:47 -03:00
personas FEATURE: persistent key-value storage for AI Artifacts (#1417) 2025-06-11 06:59:46 +10:00
sentiment FIX: Exporting overall sentiment fails (#1388) 2025-05-30 11:58:28 -07:00
summarization FIX: No need for XML in gists responses anymore (#1420) 2025-06-10 14:21:31 -03:00
tasks DEV: rake task to populate sentiment in dev env (#1176) 2025-03-10 14:21:00 -03:00
tokenizer FEATURE: Gemini Tokenizer (#1088) 2025-01-23 18:20:35 -03:00
translation DEV: Add topic and post id when using completions for traceability to AiApiAuditLog (#1414) 2025-06-06 23:24:24 +08:00
utils FEATURE: allow access to assigns from forum researcher (#1412) 2025-06-06 16:59:00 +10:00
automation.rb FEATURE: Triage can hide posts after adding them to the review queue (#1348) 2025-05-20 08:19:00 +10:00
embeddings.rb DEV: Robust check for embeddings enabled (#1116) 2025-02-06 12:18:55 -03:00
engine.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
guardian_extensions.rb FIX: Restore gists previous group access behavior. (#1247) 2025-04-07 12:04:30 -03:00
multisite_hash.rb FIX: properly cache user locale (#593) 2024-04-26 09:28:35 -03:00
post_extensions.rb FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
summarization.rb FEATURE: Personas powered summaries. (#1232) 2025-04-02 12:54:47 -03:00
topic_extensions.rb FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00