From 16fe84115bad68380bf2b7d0b170638a9888d885 Mon Sep 17 00:00:00 2001 From: phact Date: Mon, 1 Apr 2024 12:43:09 -0400 Subject: [PATCH] command-r --- tests/streaming-assistants/test_streaming_run_retrieval.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/streaming-assistants/test_streaming_run_retrieval.py b/tests/streaming-assistants/test_streaming_run_retrieval.py index 5aa4fed..a28439f 100644 --- a/tests/streaming-assistants/test_streaming_run_retrieval.py +++ b/tests/streaming-assistants/test_streaming_run_retrieval.py @@ -91,9 +91,9 @@ def test_run_gpt3_5(patched_openai_client): ) run_with_assistant(gpt3_assistant, patched_openai_client) -@pytest.mark.skip(reason="replace with command-r because context window") +#@pytest.mark.skip(reason="replace with command-r because context window") def test_run_cohere(patched_openai_client): - model = "cohere/command" + model = "command-r" name = f"{model} Math Tutor" cohere_assistant = patched_openai_client.beta.assistants.create(