ai ollama backend

This commit is contained in:
Patrick_Pluto 2024-09-18 11:52:40 +02:00
parent 091a37cb57
commit a7f89058b0
3 changed files with 34 additions and 5 deletions

View file

@ -9,18 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.12",
"ollama": "^0.5.9",
"react": "^18",
"react-dom": "^18",
"next": "14.2.12"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.12"
"typescript": "^5"
}
}