docs: update NovitaAI description to "90+ models, pay-per-use"

This commit is contained in:
Alex-wuhu 2026-04-13 10:30:41 +08:00 committed by kshitij
parent c76e879574
commit 1551ce46a4
6 changed files with 7 additions and 7 deletions

View file

@ -4436,7 +4436,7 @@ def extract_content_or_reasoning(response) -> str:
1. ``message.content`` strip inline think/reasoning blocks, check for
remaining non-whitespace text.
2. ``message.reasoning`` / ``message.reasoning_content`` direct
structured reasoning fields (DeepSeek, Moonshot, Novita, etc.).
structured reasoning fields (DeepSeek, Moonshot, NovitaAI, etc.).
3. ``message.reasoning_details`` OpenRouter unified array format.
Returns the best available text, or ``""`` if nothing found.