All posts

November 15, 2023 at 3:32 AM

🤔 I'm extracting some of the wrapper code I wrote for chat-cli and making it a Go Package that anyone can use to build Go programs with all of the foundation models available in Amazon Bedrock.

🤷‍♂️ Initially the idea was to make it a little easier to make calls to the Bedrock API, but now I'm finding this exercise valuable to help me think through what I have created so far.

👨‍💻The code below is an example of how you might make a call Bedrock using the wrapper and Anthropic’s Claude LLM

#go

001
View on Mastodon →