Skip to content

Commit

Permalink
Mention network usage in README, bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brokensandals committed Jul 6, 2024
1 parent 72ab2d1 commit 626d59d
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -12,6 +12,10 @@ This plugin uses [Claude](https://claude.ai) to generate alt-text. Example:

![Shows the document after the command has been run, now containing an AI-generated alt-text.](docs/demo-step3.png)

# Network Usage

When you run the plugin's commands, images from your document will be sent to Anthropic's API so that it can generate descriptions of them. Don't use the plugin if you aren't comfortable with that!

# Setup

1. Install and enable the plugin
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "auto-image-alt",
"name": "Automatic Image Alt-Text Generator",
"version": "1.0.3",
"version": "1.0.4",
"minAppVersion": "0.15.0",
"description": "Adds alt-text to images using generative AI.",
"author": "Jacob Williams",
Expand Down

0 comments on commit 626d59d

Please sign in to comment.