#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:
Giri Tatavarty 2024-05-29 15:08:56 -07:00
parent a58dc68418
commit 51b9178630
2 changed files with 60 additions and 123 deletions

View file

@ -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,