Skip to content

Commit

Permalink
chore: change description
Browse files Browse the repository at this point in the history
  • Loading branch information
tychenjiajun committed Sep 15, 2024
1 parent 82feaee commit 022acbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import { execute } from "exif-ai";

const options = {
path: "example.jpeg", // Path to the input image file
provider: "ollama", // AI provider to use (e.g., 'ollama', 'zhipu')
provider: "ollama", // AI provider to use (e.g., 'ollama', 'zhipu', 'google')
model: "moondream", // Optional: Specific AI model to use (if supported by the provider)
descriptionTags: [
"XPComment",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "exif-ai",
"version": "3.0.9",
"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.",
"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.",
"homepage": "https://github.com/tychenjiajun/exif-ai",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,8 @@
"llm",
"cli",
"cli-tool",
"metadata"
"metadata",
"gemini"
],
"author": {
"name": "Jiajun Chen",
Expand Down

0 comments on commit 022acbc

Please sign in to comment.