Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Mar 22, 2024
1 parent 804ec54 commit 25fd9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/tests/unit_tests/api/test_api_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ async def test_configuration_api() -> None:
"max_chunks",
"max_concurrency",
"max_file_size_mb",
"models",
]
models = result["available_models"]
assert all(isinstance(model_name, str) for model_name in models)
Expand Down

0 comments on commit 25fd9db

Please sign in to comment.