linting type fixes

This commit is contained in:
ishaan-jaff 2023-08-18 11:36:06 -07:00
parent fbcb6d1c20
commit 5e7d22512d
6 changed files with 13 additions and 12 deletions

View file

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