Files
semantica/tests
KaifAhmad1andClaude Sonnet 4.6 c5fb2d24fd fix: correct Novita base_url to /v1 and add proper test assertions
- 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>
2026-03-17 22:29:09 +05:30
..