- Fix base_url from 'https://api.novita.ai/openai' to 'https://api.novita.ai/v1'
to match the OpenAI-compatible endpoint convention used by other providers
(Groq uses /openai/v1, Novita docs specify /v1)
- Rewrite test_novita_integration.py with proper pytest assertions and
pytestmark skip when NOVITA_API_KEY is unset; tests now fail on errors
instead of silently printing and returning
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>