[CHORE] Fixed some style issues and leaks

This commit is contained in:
Sunny Wan 2025-03-03 01:34:44 -05:00
parent fd090c8043
commit b87704cc34
3 changed files with 3 additions and 5 deletions

View file

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