open-notebook/tests
LUIS NOVO 3c053c6eed fix: include type in model duplicate check
The model uniqueness constraint now considers (provider, name, type)
instead of just (provider, name). This allows users to add the same
model name for different purposes (e.g., language vs embedding).

Fixes #391
2026-01-09 20:00:20 -03:00
..
README.md Initial commit with all features 2024-10-21 14:56:10 -03:00
conftest.py refactor: optimize duplicate model validation and improve error handling (#219) 2025-10-25 08:48:18 -03:00
test_domain.py refactor: reorganize folder structure for better maintainability 2026-01-03 14:04:27 -03:00
test_graphs.py feat: simplify reverse proxy configuration with Next.js rewrites (#213) 2025-10-24 11:24:14 -03:00
test_models_api.py fix: include type in model duplicate check 2026-01-09 20:00:20 -03:00
test_utils.py fix: preserve AIMessage metadata when cleaning thinking content 2025-12-19 20:08:12 -05:00

README.md

Coming Soon