JustStas

Results 10 comments of JustStas

@Tinitto I faced this issue when running docker-compose on my mac. The proposed fix seems to have solved the issue. I would recommend to approve it.

@aksg87 thanks for the feature! Do you think it would make sense to include some of the more popular providers (azure, bedrock) as core providers? Happy to provide a PR...

@aksg87 I have updated #38 with the new approach and switched to inheriting the bulk of the functionality from the `openai.py` provider. I think this way it doesn't generate much...

@aksg87 sure, happy to build the plugin. Probably makes sense to implement both openai and azure openai in the same plugin (and later deprecated the built-in openai module)?

@aksg87 I have the openai plugin up and running (covers openai + azureopenai): https://pypi.org/project/langextract-openai/ https://github.com/JustStas/langextract-openai Please tell me if there is anything there that is not in line with what...

@aksg87 Also created a plugin for litellm - https://github.com/JustStas/langextract-litellm @torchss I would advise to test this one out - it should work with huggingface models provided they are covered by...

@torchss - the openai plugin is indeed designed only for openai + azure openai - tbh, if the litellm one works well, I don't see any reason to use the...

@aksg87 would it make sense to feature a list of community plugins on the core Readme?

@Beenjamming 1. I believe if you have queries regarding one of the community plugins it makes sense to ask them on the repo of the respective plugin, not here. 2....

@aksg87 added in #186 I suppose it doesn't make sense to add providers that duplicate the functionality from LiteLLM to avoid user confusion? I think I will skip adding my...