ci: add PR smoke and provider test checks

This commit is contained in:
Vasanthdev2004
2026-04-02 00:00:12 +05:30
parent 3491dc3cba
commit 9951da5397
2 changed files with 38 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ test('deepseek-chat uses provider-specific context and output caps', () => {
process.env.CLAUDE_CODE_USE_OPENAI = '1'
delete process.env.CLAUDE_CODE_MAX_OUTPUT_TOKENS
expect(getContextWindowForModel('deepseek-chat')).toBe(64_000)
expect(getContextWindowForModel('deepseek-chat')).toBe(128_000)
expect(getModelMaxOutputTokens('deepseek-chat')).toEqual({
default: 8_192,
upperLimit: 8_192,