mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
[CHORE] Fixed some style issues and leaks
This commit is contained in:
parent
fd090c8043
commit
b87704cc34
3 changed files with 3 additions and 5 deletions
|
@ -19,7 +19,7 @@ class SnowflakeChatCompletion(OpenAILikeChatHandler,SnowflakeBase):
|
|||
model: str,
|
||||
messages: List[Dict[str, Any]],
|
||||
api_base: str,
|
||||
acompletion: str,
|
||||
acompletion: bool,
|
||||
custom_prompt_dict: Dict[str, Any],
|
||||
model_response: ModelResponse,
|
||||
print_verbose: Callable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue