Skip to content

Commit

Permalink
add gurumi-bot.png
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Jun 17, 2024
1 parent 7d0bb64 commit 6ec1d6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# lambda-gurumi-ai-bot

A serverless Slack bot using AWS Lambda, API Gateway, and DynamoDB.

![Gurumi Bot](images/gurumi-bot.png)

## Install

```bash
Expand Down
2 changes: 1 addition & 1 deletion bedrock/invoke_claude_3_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def invoke_claude_3(prompt):
# Invoke Claude 3 with the text prompt
model_id = "anthropic.claude-3-sonnet-20240229-v1:0"

image = "./gurumi-bot.png"
image = "../images/gurumi-bot.png"

# Read reference image from file and encode as base64 strings.
with open(image, "rb") as file:
Expand Down
File renamed without changes

0 comments on commit 6ec1d6e

Please sign in to comment.