BCG-X-Official / artkit

Automated prompt-based testing and evaluation of Gen AI applications
https://bcg-x-official.github.io/artkit/_generated/home.html
Apache License 2.0
76 stars 6 forks source link

Add LLM connector for Amazon Bedrock API #18

Open rgriff23 opened 1 week ago

rgriff23 commented 1 week ago

Justification

Amazon Bedrock provides an extensive suite of Gen AI models via a single API. Supporting Amazon Bedrock will significantly enhance ARTKIT's versatility.

Details

Note that the Bedrock API supports multiple modalities, depending on the selected model. This issue is for LLMs. The new class will live in src/artkit/model/llm/aws/

Be sure to update the docs:

Please see the tutorial: Creating New Model Classes