From 6123e349f253624a6845d53b45c6e14d04cc9768 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 6 Mar 2024 18:12:24 -0800 Subject: [PATCH] (test) fix replicate test --- litellm/tests/test_completion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index af00275d3..0643a8bef 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1453,9 +1453,9 @@ def test_completion_replicate_vicuna(): def test_replicate_custom_prompt_dict(): litellm.set_verbose = True - model_name = "replicate/meta/llama-2-7b-chat:13c3cdee13ee059ab779f0291d29054dab00a47dad8261375654de5540165fb0" + model_name = "replicate/meta/llama-2-7b-chat" litellm.register_prompt_template( - model="replicate/meta/llama-2-7b-chat:13c3cdee13ee059ab779f0291d29054dab00a47dad8261375654de5540165fb0", + model="replicate/meta/llama-2-7b-chat", initial_prompt_value="You are a good assistant", # [OPTIONAL] roles={ "system": {