Skip to content

Commit

Permalink
release version: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainu committed Nov 4, 2024
1 parent 5d452c2 commit 7967122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"homepage": "https://github.com/rainu/image-fainder",
"private": true,
"version": "0.6.2",
"version": "0.7.0",
"type": "module",
"scripts": {
"dev": "VITE_COMMIT_HASH=$(git rev-parse HEAD) vite",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default defineComponent({
'setModelProcessor',
'setModelTokenizer',
]),
setModelValues(value) {
setModelValues(value: {vision: string, text: string, processor: string, tokenizer: string}) {
this.model.vision = value.vision
this.model.text = value.text
this.model.processor = value.processor
Expand Down

0 comments on commit 7967122

Please sign in to comment.