discourse-ai/lib/completions/dialects
Sam 8eee6893d6
FEATURE: GPT4o support and better auditing (#618)
- Introduce new support for GPT4o (automation / bot / summary / helper)
- Properly account for token counts on OpenAI models
- Track feature that was used when generating AI completions
- Remove custom llm support for summarization as we need better interfaces to control registration and de-registration
2024-05-14 13:28:46 +10:00
..
chat_gpt.rb FEATURE: GPT4o support and better auditing (#618) 2024-05-14 13:28:46 +10:00
claude.rb FEATURE: Configurable LLMs. (#606) 2024-05-13 12:46:42 -03:00
command.rb FEATURE: Configurable LLMs. (#606) 2024-05-13 12:46:42 -03:00
dialect.rb FIX: dialects var was not defined in prod (#617) 2024-05-13 17:28:27 -03:00
fake.rb REFACTOR: Migrate Vllm/TGI-served models to the OpenAI format. (#588) 2024-05-07 10:02:16 -03:00
gemini.rb FEATURE: Configurable LLMs. (#606) 2024-05-13 12:46:42 -03:00
mistral.rb FEATURE: Configurable LLMs. (#606) 2024-05-13 12:46:42 -03:00
open_ai_compatible.rb HACK: Llama3 support for summarization/AI helper. (#616) 2024-05-13 15:54:42 -03:00
open_ai_tools.rb REFACTOR: Migrate Vllm/TGI-served models to the OpenAI format. (#588) 2024-05-07 10:02:16 -03:00
xml_tools.rb REFACTOR: Migrate Vllm/TGI-served models to the OpenAI format. (#588) 2024-05-07 10:02:16 -03:00