free-claude-code/tests
Alishahryar1 b75f47b62d Gate NIM thinking params behind NIM_ENABLE_THINKING env var
Mistral models reject chat_template_kwargs, causing 400 errors. Make
thinking params (chat_template_kwargs, reasoning_budget) opt-in via
NIM_ENABLE_THINKING env var (default false) so only models that need it
(kimi, nemotron) receive them.
2026-03-27 21:44:36 -07:00
..
api Implement optional authentication (Anthropic style) (#80) 2026-03-27 11:11:47 -07:00
cli Add tests for fcc-init entrypoint (cli/entrypoints.py) (#77) 2026-03-07 08:27:11 -08:00
config Fix NVIDIA NIM reasoning params for updated API 2026-03-26 12:25:04 -07:00
messaging Remove over-engineering: drop tree_queue setter, _set_connected(), fi… (#63) 2026-03-01 12:34:00 -08:00
providers Gate NIM thinking params behind NIM_ENABLE_THINKING env var 2026-03-27 21:44:36 -07:00
conftest.py Implement optional authentication (Anthropic style) (#80) 2026-03-27 11:11:47 -07:00