mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
linting fixes
This commit is contained in:
parent
7bb633e190
commit
d47476165f
6 changed files with 52 additions and 32 deletions
|
@ -17,7 +17,7 @@ from litellm.utils import (
|
|||
install_and_import,
|
||||
CustomStreamWrapper,
|
||||
read_config_args,
|
||||
completion_with_fallbacks
|
||||
completion_with_fallbacks,
|
||||
)
|
||||
from .llms.anthropic import AnthropicLLM
|
||||
from .llms.huggingface_restapi import HuggingfaceRestAPILLM
|
||||
|
@ -187,7 +187,7 @@ def completion(
|
|||
response = openai.ChatCompletion.create(
|
||||
engine=model, messages=messages, **optional_params
|
||||
)
|
||||
|
||||
|
||||
## LOGGING
|
||||
logging.post_call(
|
||||
input=messages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue