Crates.io | itsuki_bedrock_assistant |
lib.rs | itsuki_bedrock_assistant |
version | 0.1.0 |
source | src |
created_at | 2024-08-06 03:35:59.102933 |
updated_at | 2024-08-06 03:35:59.102933 |
description | An AI assistant powered by AWS Bedrock. |
homepage | |
repository | https://github.com/0Itsuki0/itsuki_assistant_with_bedrock |
max_upload_size | |
id | 1326859 |
size | 110,483 |
A CLI assistant (chat tool) powered by AWS Bedrock Converse API with the capabilities to
chat
generate images
answer questions on files
This tool can be installed using cargo install itsuki_bedrock_assistant
.
us-east-1
anthropic.claude-3-haiku-20240307-v1:0
amazon.titan-image-generator-v1
saml2aws
.If a different chat model, image generation model, or region other than the default one need to be used, add the following environment variable to your system.
For Chat Model: BEDROCK_CHAT_MODEL_ID
For Image Generation Model: BEDROCK_IAMGE_MODEL_ID
For Region: BEDROCK_REGION
To start the app: type itsuki_bedrock_assistant
in the terminal.
To chat: type in your message and press enter
or return
.
To exit the app: press ESC
or Ctrl+C
.
Example queries for image generation:
Generate a cute hello world image in the test folder.
Generate 2 mathematics image of size 1024 * 1024 in the current folder.
Example queries for questioning regarding files:
Summarize the content in ./test/test.pdf.
Here are some of the tools/capabilities I am currently working on.
Image variation
artifacts for content visualization
code interpreter
If you have any other suggestiont, leave me a cooment, I would be happy to know!