Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
omgitsjan committed May 21, 2024
1 parent abc106b commit c0c920c
Show file tree
Hide file tree
Showing 4 changed files with 1,905 additions and 1,819 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.nitro
.cache
dist
.wrangler

# Node dependencies
node_modules
Expand Down
2 changes: 1 addition & 1 deletion content/2.blog/personal_local_gpt4all.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: '[DE] Lokales LLM mit GPT4All'
description: Über die Feiertage habe ich etwas mit lokalen LLMs und GPT4All herumgetestet um zu sehen was heute schon möglich ist in der welt der Künsltlichen Intelligenz.
image:
src: /blog/gpt.webp
date: 2023-27-12
date: 2023-12-27T00:00:00.000Z
authors:
- name: Jan Petry
to: https://github.com/omgitsjan
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"nuxt": "^3.11.2"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/line-md": "^1.1.37",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/simple-icons": "^1.1.101",
"@iconify-json/simple-icons": "^1.1.102",
"@nuxt/content": "^2.12.1",
"@nuxt/eslint": "^0.3.13",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
"@nuxt/ui-pro": "^1.1.0",
"@nuxthub/core": "^0.5.16",
"@nuxt/ui-pro": "^1.2.0",
"@nuxthq/studio": "^1.1.0",
"@nuxthub/core": "^0.5.17",
"@nuxtjs/seo": "2.0.0-rc.10",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "^3.11.2"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.10",
"@nuxthq/studio": "^1.0.15",
"eslint": "^9.2.0",
"sass": "^1.76.0",
"vue-tsc": "^2.0.16",
"wrangler": "^3.53.1"
"eslint": "^9.3.0",
"sass": "^1.77.2",
"vue-tsc": "^2.0.19",
"wrangler": "^3.57.0"
}
}
Loading

0 comments on commit c0c920c

Please sign in to comment.