Skip to content

Commit

Permalink
Update haystack_experimental/components/extractors/llm_metadata_extra…
Browse files Browse the repository at this point in the history
…ctor.py

Co-authored-by: Madeesh Kannan <[email protected]>
  • Loading branch information
davidsbatista and shadeMe authored Sep 30, 2024
1 parent 359e1aa commit 693a09c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def __init__( # pylint: disable=R0917

@staticmethod
def _init_generator(
generator_api: Union[str,LLMProvider],
generator_api: LLMProvider,
generator_api_params: Optional[Dict[str, Any]]
) -> Union[OpenAIGenerator, AzureOpenAIGenerator, AmazonBedrockGenerator, VertexAIGeminiGenerator]:
"""
Expand Down

0 comments on commit 693a09c

Please sign in to comment.