forked from phoenix/litellm-mirror
#Fixed mypy errors. The requests package and stubs need to be imported - waiting to hear from Ishaan/Krrish before changing requirements.txt
This commit is contained in:
parent
a58dc68418
commit
51b9178630
2 changed files with 60 additions and 123 deletions
|
@ -2261,7 +2261,7 @@ def completion(
|
|||
)
|
||||
model_response = triton_chat_completions.completion(
|
||||
api_base=api_base,
|
||||
timeout=timeout,
|
||||
timeout=timeout, # type: ignore
|
||||
model=model,
|
||||
messages=messages,
|
||||
model_response=model_response,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue