Skip to content

Commit 022acbc

Browse files
committed
chore: change description
1 parent 82feaee commit 022acbc

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import { execute } from "exif-ai";
6565

6666
const options = {
6767
path: "example.jpeg", // Path to the input image file
68-
provider: "ollama", // AI provider to use (e.g., 'ollama', 'zhipu')
68+
provider: "ollama", // AI provider to use (e.g., 'ollama', 'zhipu', 'google')
6969
model: "moondream", // Optional: Specific AI model to use (if supported by the provider)
7070
descriptionTags: [
7171
"XPComment",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exif-ai",
33
"version": "3.0.9",
4-
"description": "A Node.js CLI and library that uses Ollama or ZhipuAI to intelligently write image description and/or tags to exif metadata by it's content.",
4+
"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.",
55
"homepage": "https://github.com/tychenjiajun/exif-ai",
66
"repository": {
77
"type": "git",
@@ -39,7 +39,8 @@
3939
"llm",
4040
"cli",
4141
"cli-tool",
42-
"metadata"
42+
"metadata",
43+
"gemini"
4344
],
4445
"author": {
4546
"name": "Jiajun Chen",

0 commit comments

Comments
 (0)