logoalt Hacker News

reactordevyesterday at 7:57 PM1 replyview on HN

+10 points for giving it context that it's nailed to a plaque. -10 points for using Amazon Bedrock instead of a local conversational model that can run on the Pi without a subscription fee.

Replace the bedrock setup for a gemma-4 E2B one.


Replies

mtw14yesterday at 8:56 PM

You can actually run a local model with strands using Ollama pretty easily so you could just swap the model provider out in like 4 lines of code. So this would not be hard to do. Good idea!

show 2 replies