Strip the incoming query from the slash conversation command (#500)

* Strip the incoming query from the slash conversation command before passing it to the model or for search
* Return q when content index not loaded
* Remove -n 4 from pytest ini configuration to isolate test failures
This commit is contained in:
sabaimran
2023-10-13 21:11:23 -07:00
committed by GitHub
parent 96c0b21285
commit 09bb3686cc
2 changed files with 11 additions and 7 deletions

View File

@@ -112,7 +112,7 @@ warn_unused_ignores = false
line-length = 120
[tool.pytest.ini_options]
addopts = "--strict-markers -n 4"
addopts = "--strict-markers"
markers = [
"chatquality: Evaluate chatbot capabilities and quality",
]