AAlvAAro / ruby-amazon-bedrock

Seamless Integration with Amazon Bedrock for AI-Powered Text and Image Generation in Ruby.
MIT License
6 stars 5 forks source link

The example code is wrong #6

Open xnjiang opened 1 month ago

xnjiang commented 1 month ago

In readme file: client.invoke_model('anthropic.claude-instant-v1', 'What is a neural network?')

is wrong. Should be: client.invoke_model(id: 'anthropic.claude-instant-v1', prompt: 'What is a neural network?')