Skip to content

Commit 57852a8

Browse files
fix: typo in attribute name of litellm
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 9268019 commit 57852a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdoc/wdoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def print_exception(exc_type, exc_value, exc_traceback):
269269
raise Exception(
270270
f"For model '{modelname}': backend not found in "
271271
"litellm nor 'testing'.\nList of litellm providers/backend:\n"
272-
f"{litellm.model_by_providers.keys()}"
272+
f"{litellm.models_by_providers.keys()}"
273273
)
274274
assert "/" in embed_model, "embed model must contain slash"
275275
assert embed_model.split("/", 1)[0].lower() in [

0 commit comments

Comments
 (0)