This source contains
- An ability to check whether responses from different LLM models are close to the original content. (value from 0 to 1 | 0 = not related ,1 = exactly match)
- 3 LLMs platform calling examples [Openai gpt-3.5-turbo, Anthropics Claude2 and Claude3]
- 1 Similarity Calculation function
Pre-requisite
- 1 API-KEY from your Openai Account
- 1 AWS Account with "us-east-1" region
- Request foundation models access in AWS Bedrock for Claude2 and Claude3
- And Python 3.11