Skip to content

Commit

Permalink
v1.110.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Nov 9, 2024
1 parent 4f6577c commit fad3690
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "fileorganizer2000",
"name": "AI File Organizer 2000",
"version": "1.110.0",
"version": "1.110.1",
"minAppVersion": "0.15.0",
"description": "An AI assistant to organize and chat with your vault",
"author": "Benjamin Ashgan Shafii",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fileorganizer2000",
"version": "1.110.0",
"version": "1.110.1",
"description": "AI File Organizer 2000",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,6 @@
"1.107.0": "0.15.0",
"1.108.0": "0.15.0",
"1.109.0": "0.15.0",
"1.110.0": "0.15.0"
"1.110.0": "0.15.0",
"1.110.1": "0.15.0"
}
2 changes: 1 addition & 1 deletion web/app/api/(newai)/vision/route.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NextResponse, NextRequest } from "next/server";
import { convertToCoreMessages, generateText } from "ai";
import { generateText } from "ai";
import { getModel } from "@/lib/models";
import { handleAuthorization } from "@/lib/handleAuthorization";
import { incrementAndLogTokenUsage } from "@/lib/incrementAndLogTokenUsage";
Expand Down

0 comments on commit fad3690

Please sign in to comment.