mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 02:23:44 +00:00
test(test_completion.py): fix test
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user