aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
688 stars 232 forks source link

[BUG] Question format #338

Closed joopdo closed 2 weeks ago

joopdo commented 4 weeks ago

Running bin.sh gives "Are you a new user or already using v1.x of Bedrock Claude Chat? (y/N): "

The 'or' format of the question makes a Y/N answer confusing.

statefb commented 4 weeks ago

Thank you for pointing out! Could you take a trouble to make a pull request?

k70suK3-k06a7ash1 commented 2 weeks ago

@joopdo Do you feel it would be easier to understand if the decision is whether or not the User is using V0.x?

If you want, I can create a PR for you.

k70suK3-k06a7ash1 commented 2 weeks ago

@joopdo like this https://github.com/aws-samples/bedrock-claude-chat/pull/375

please check it

joopdo commented 2 weeks ago

Thanks @k70suK3-k06a7ash1 ! Much appreciated