-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffda572
commit 0723148
Showing
14 changed files
with
347 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "exif-ai", | ||
"version": "3.1.0", | ||
"description": "A Node.js CLI and library that uses Ollama, ZhipuAI or Google Gemini to intelligently write image description and/or tags to exif metadata by it's content.", | ||
"version": "3.1.1", | ||
"description": "A Node.js CLI and library that uses Ollama, ZhipuAI, Google Gemini or Coze to intelligently write image description and/or tags to exif metadata by it's content.", | ||
"homepage": "https://github.com/tychenjiajun/exif-ai", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -40,14 +40,16 @@ | |
"cli", | ||
"cli-tool", | ||
"metadata", | ||
"gemini" | ||
"gemini", | ||
"coze" | ||
], | ||
"author": { | ||
"name": "Jiajun Chen", | ||
"email": "[email protected]" | ||
}, | ||
"license": "GPL-2.0-only", | ||
"dependencies": { | ||
"@coze/coze-js": "^0.2.0", | ||
"@fluent/bundle": "^0.18.0", | ||
"@google/generative-ai": "^0.19.0", | ||
"chokidar": "^4.0.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.