AI-Starter 2.4.5
We have released the latest version 2.4.5 of AI-Starter.
Main Updates
- Tokyo region support for Claude 3 series models
- Addition of Gemini Experimental model assistants
- Fixed an error that occurred when loading PDFs in two separate instances
1. Tokyo Region Support for Claude 3 Series Models
Following the availability of some Claude 3 series models in the ap-northeast-1 (Tokyo region), we have made the following specification changes to AI-Starter as previously communicated:
Model | Previous Specification | New Specification |
---|---|---|
Claude 3.5 Sonnet | Fixed to us-east-1 (Northern Virginia region) | Region specified by bedrock_region in secrets |
Claude 3 Opus | Fixed to us-west-2 (Oregon region) | Fixed to us-west-2 (Oregon region) |
Claude 3 Sonnet | Region specified by bedrock_pre_region in secrets | Region specified by bedrock_pre_region in secrets |
Claude 3 Haiku | Region specified by bedrock_pre_region in secrets | Region specified by bedrock_region in secrets |
Claude 2.1 | Region specified by bedrock_region in secrets | Region specified by bedrock_region in secrets (to be deprecated soon) |
2. Addition of Gemini Experimental Model Assistants
Experimental models "gemini-pro-experimental" and "gemini-flash-experimental" are now available on Google Cloud's Vertex AI. While there are limitations such as 10 queries per minute, these models have been improved based on general feedback from previous models, so higher quality responses can be expected.
For details on these models, please refer to the following blog:
For models available in AI-Starter, please refer to:
3. Fixed an Error When Loading PDFs Twice
We have fixed an issue where an error would occur when loading PDFs in the following sequence:
- Upload a PDF in a new chat and start chatting
- Upload a different PDF during the conversation and load it, then send a message
- An error would occur
Conclusion
AI-Starter values feedback from our users and continues to make improvements. Please try out the new features and share your opinions and requests with us. Your feedback contributes to the further evolution of AI-Starter.
Stay tuned for future updates.