Skip to content

Commit

Permalink
command-r
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Apr 1, 2024
1 parent 2c461e6 commit 16fe841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/streaming-assistants/test_streaming_run_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 16fe841

Please sign in to comment.