Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
chainyo committed May 5, 2023
1 parent 53082e2 commit 9aff56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def test_config() -> None:
assert settings.max_wait == 0.1
assert settings.whisper_model == "large-v2"
assert settings.compute_type == "int8_float16"
assert settings.nemo_domain_type == "general"
assert settings.nemo_domain_type == "telephonic"
assert settings.nemo_storage_path == "nemo_storage"
assert settings.nemo_output_path == "nemo_outputs"

0 comments on commit 9aff56e

Please sign in to comment.