Fix local server regressions caused by Jinja PR (#3256)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-12-13 12:19:47 -05:00
committed by GitHub
parent 2c5097c9de
commit f67b370f5a
6 changed files with 88 additions and 66 deletions

View File

@@ -252,8 +252,8 @@ def test_with_models(chat_server_with_model: None) -> None:
assert response == EXPECTED_COMPLETIONS_RESPONSE
@pytest.mark.xfail(reason='Assertion failure in GPT4All. See nomic-ai/gpt4all#3133')
def test_with_models_temperature(chat_server_with_model: None) -> None:
"""Fixed by nomic-ai/gpt4all#3202."""
data = {
'model': 'Llama 3.2 1B Instruct',
'prompt': 'The quick brown fox',