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

The Amazon Bedrock Client for Mac is a Bedrock macOS client built with SwiftUI.
MIT No Attribution
102 stars 16 forks source link

Support for a Claude 3 and Mistral #19

Closed didhd closed 2 months ago

didhd commented 2 months ago

Support for a Claude 3 and Mistral

teaguexiao commented 2 months ago

+1

NathanHazout commented 2 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 2 months ago

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

johanneslanger commented 2 months ago

+1

didhd commented 2 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 2 months ago

Now also supports image upload.

NathanHazout commented 2 months ago

@didhd does the API support uploading PDF files?

didhd commented 2 months ago

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