Samuel Rincé

Results 3 issues of Samuel Rincé

## Description We've recently added support for Hugging Face Inference Endpoints through the `huggingface_hub` python package. We now need to reference models that are available on Hugging Face (model name,...

## Description Add [perplexity.ai](https://perplexity.ai) LLM provider. ## Solution Perplexity uses the same API as OpenAI, meaning the OpenAI python client is compatible with their service, and it only requires changing...

## Description Add [Amazon Bedrock](https://aws.amazon.com/bedrock/) provider. ## Solution Amazon Bedrock uses its on API and Python package. Python package: [boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) Amazon Bedrock: - [User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html) - [API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html) - [List...