0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-ai/lib/completions/endpoints
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
..
anthropic.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
anthropic_prompt_cache.rb FIX: update model presets to Claude 4.6 and refresh OpenRouter models (#37934) 2026-02-20 15:49:33 +11:00
anthropic_shared.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
aws_bedrock.rb FEATURE: add Google Vertex AI LLM provider (#41350) 2026-07-16 15:13:22 -03:00
aws_bedrock_converse.rb FEATURE: add Google Vertex AI LLM provider (#41350) 2026-07-16 15:13:22 -03:00
base.rb FEATURE: add Google Vertex AI LLM provider (#41350) 2026-07-16 15:13:22 -03:00
canned_response.rb FEATURE: add agentic execution mode for AI personas (#38230) 2026-03-05 15:06:54 +11:00
cohere.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
fake.rb FEATURE: add agentic execution mode for AI personas (#38230) 2026-03-05 15:06:54 +11:00
gemini.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
google_vertex_ai.rb FEATURE: add Google Vertex AI LLM provider (#41350) 2026-07-16 15:13:22 -03:00
hugging_face.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
mistral.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
ollama.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
open_ai.rb FEATURE: Add service_tier support for OpenAI endpoints (#38359) 2026-03-09 15:05:44 +11:00
open_ai_responses.rb FEATURE: Support OpenAI GPT-5.6 models (#41832) 2026-07-20 19:19:11 +10:00
open_ai_shared.rb FEATURE: Support OpenAI GPT-5.6 models (#41832) 2026-07-20 19:19:11 +10:00
open_router.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
samba_nova.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
vllm.rb FIX: Improve vLLM completion handling (#41862) 2026-07-21 16:35:05 +10:00