Merge pull request #4270 from sathwikareddy02/nvidia-llm-update

Enhance NVIDIA LLM reasoning tokens handling and allow keyless local …
This commit is contained in:
Filipi da Silva Fuchter
2026-04-22 10:47:54 -03:00
committed by GitHub
2 changed files with 240 additions and 18 deletions

View File

@@ -0,0 +1 @@
- Updated `NvidiaLLMService` to emit model reasoning as `LLMThought*Frame`s (from both `reasoning_content` and `<think>...</think>` output), avoid mixing reasoning text into normal assistant content, and allow keyless local NIM endpoints while warning when the cloud endpoint is used without an API key.