0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-ai/lib/completions/endpoints
Rafael dos Santos Silva 5c323436a2
FIX: Use standard Authorization Bearer header for vLLM (#40409)
Previously, the vLLM endpoint sent its API key via a non-standard
`X-API-KEY` header, which standard vLLM servers (started with
`--api-key`) do not recognize.

This change sends the key as `Authorization: Bearer <key>` instead,
matching the OpenAI-compatible auth that vLLM expects.
2026-05-29 15:39:10 -03:00
..
anthropic.rb DEV: update preset model versions (#39342) 2026-04-17 17:55:24 +10: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 DEV: update preset model versions (#39342) 2026-04-17 17:55:24 +10:00
aws_bedrock.rb DEV: update preset model versions (#39342) 2026-04-17 17:55:24 +10:00
aws_bedrock_converse.rb FIX: AI: AWS Bedrock Converse image uploads were doubly base64-encoded (#39880) 2026-05-26 15:16:49 -03:00
base.rb DEV: Enable Style/RedundantBegin rubocop rule (#40096) 2026-05-19 18:44:54 +02: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 DEV: Enable Style/RedundantParentheses rubocop rule (#40095) 2026-05-19 15:48:09 +02: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: Add service_tier support for OpenAI endpoints (#38359) 2026-03-09 15:05:44 +11:00
open_ai_shared.rb FEATURE: Add service_tier support for OpenAI endpoints (#38359) 2026-03-09 15:05:44 +11:00
open_router.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
samba_nova.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
vllm.rb FIX: Use standard Authorization Bearer header for vLLM (#40409) 2026-05-29 15:39:10 -03:00