aws-samples / amazon-bedrock-client-for-mac

A sleek and powerful macOS client for Amazon Bedrock, bringing AI models to your desktop
MIT No Attribution
181 stars 22 forks source link

Support for a Claude 3 and Mistral #19

Closed didhd closed 8 months ago

didhd commented 9 months ago

Support for a Claude 3 and Mistral

teaguexiao commented 9 months ago

+1

NathanHazout commented 9 months ago

This is what I got when I tried:

Error invoking the model: ValidationException(properties: AWSBedrockRuntime.ValidationException.Properties(message: Optional("The provided model identifier is invalid.")), httpResponse: Status Code: http_status_400 Content-Type: application/json, Date: Tue, 05 Mar 2024 14:16:48 GMT, Content-Length: 55, Connection: keep-alive, x-amzn-ErrorType: ValidationException:http://internal.amazon.com/coral/com.amazon.bedrock/, x-amzn-RequestId: 19af9adc-a147-4045-aa39-b1ed5cbf4896, message: Optional("The provided model identifier is invalid."), requestID: nil)
NathanHazout commented 9 months ago

FYI: Claude 3 supports file uploads so it'd be interesting to support that as well

johanneslanger commented 8 months ago

+1

didhd commented 8 months ago

Claude 3 is now available on v1.1.4. Please let me know if you encounter any issues while using it.

didhd commented 8 months ago

Now also supports image upload.

NathanHazout commented 8 months ago

@didhd does the API support uploading PDF files?

didhd commented 8 months ago

@NathanHazout Bedrock API itself does not support PDF files. We need to create some kind of PDF extractor inside the app.