all fixes to linting

This commit is contained in:
ishaan-jaff 2023-08-18 11:56:44 -07:00
parent 5e7d22512d
commit 1bb2aefea1
8 changed files with 44 additions and 34 deletions

View file

@ -141,5 +141,7 @@ class AnthropicLLM:
}
return model_response
def embedding(self): # logic for parsing in - calling - parsing out model embedding calls
def embedding(
self,
): # logic for parsing in - calling - parsing out model embedding calls
pass