Skip to content

Commit

Permalink
fix: 🛠️ update file path and keywords for robots image
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 13, 2024
1 parent 2fa6acb commit 21c612f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sample/genaisrc/describe-image.genai.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ script({
keywords: "robot",
},
{
files: "https://github.com/microsoft/genaiscript/blob/main/docs/public/images/logo.png?raw=true",
keywords: "logo",
files: "https://raw.githubusercontent.com/microsoft/genaiscript/refs/heads/main/packages/sample/src/robots.jpg",
keywords: "robot",
},
],
})
Expand Down

0 comments on commit 21c612f

Please sign in to comment.