0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/discourse-ai/lib/completions/dialects
Sam c9145ca98c
FIX: Improve vLLM completion handling (#41862)
Select the dedicated vLLM dialect before the OpenAI-compatible fallback.
Preserve response IDs on tool calls so parallel calls share provider
batch metadata, and account for vLLM's top-level prompt cache token
fields.

---------

Co-authored-by: discourse-patch-triage[bot] <272280883+discourse-patch-triage[bot]@users.noreply.github.com>
2026-07-21 16:35:05 +10:00
..
chat_gpt.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
claude.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
claude_tools.rb FEATURE: support thinking summary on responses API (#36013) 2025-11-18 07:54:14 +11:00
cohere_tools.rb
command.rb DEV: Remove unused VALID_ID_REGEX constants (#37432) 2026-02-02 16:25:04 +11:00
converse.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
converse_tools.rb FEATURE: Add AWS Bedrock Converse API provider (#38903) 2026-03-30 12:37:30 -03:00
dialect.rb FIX: Improve vLLM completion handling (#41862) 2026-07-21 16:35:05 +10:00
fake.rb
gemini.rb FEATURE: add Google Vertex AI LLM provider (#41350) 2026-07-16 15:13:22 -03:00
mistral.rb DEV: Remove unused native_tool_support? (#37439) 2026-02-02 19:03:22 +11:00
nova.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
nova_tools.rb
ollama.rb
ollama_tools.rb
open_ai_compatible.rb
open_ai_responses.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
open_ai_tools.rb FIX: properly terminate chains of tool calls across multiple providers (#36750) 2025-12-19 07:00:51 +11:00
vllm.rb FIX: Improve vLLM completion handling (#41862) 2026-07-21 16:35:05 +10:00
xml_tools.rb DEV: Enable Style/RedundantParentheses rubocop rule (#40095) 2026-05-19 15:48:09 +02:00