mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix circle ci testing
This commit is contained in:
parent
1dd77ff176
commit
10e4a06799
3 changed files with 4 additions and 4 deletions
Binary file not shown.
Binary file not shown.
|
@ -517,10 +517,10 @@ def client(original_function):
|
||||||
result = None
|
result = None
|
||||||
litellm_call_id = str(uuid.uuid4())
|
litellm_call_id = str(uuid.uuid4())
|
||||||
kwargs["litellm_call_id"] = litellm_call_id
|
kwargs["litellm_call_id"] = litellm_call_id
|
||||||
# try:
|
try:
|
||||||
# model = args[0] if len(args) > 0 else kwargs["model"]
|
model = args[0] if len(args) > 0 else kwargs["model"]
|
||||||
# except:
|
except:
|
||||||
# raise ValueError("model param not passed in.")
|
raise ValueError("model param not passed in.")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
logging_obj = function_setup(start_time, *args, **kwargs)
|
logging_obj = function_setup(start_time, *args, **kwargs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue