feat(app):

Adds auto scrolling.
Adds syntax highlighting to code blocks.
This commit is contained in:
Willie Zutz
2025-05-03 16:03:04 -06:00
parent c8def1989a
commit 8241c87784
6 changed files with 1383 additions and 171 deletions

View File

@ -4,7 +4,7 @@
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "npm run db:push && next build",
"start": "next start",
"lint": "next lint",
@ -19,10 +19,11 @@
"@langchain/community": "^0.3.36",
"@langchain/core": "^0.3.42",
"@langchain/google-genai": "^0.1.12",
"@langchain/openai": "^0.0.25",
"@langchain/ollama": "^0.2.0",
"@langchain/openai": "^0.0.25",
"@langchain/textsplitters": "^0.1.0",
"@tailwindcss/typography": "^0.5.12",
"@types/react-syntax-highlighter": "^15.5.13",
"@xenova/transformers": "^2.17.2",
"axios": "^1.8.3",
"better-sqlite3": "^11.9.1",
@ -39,6 +40,7 @@
"pdf-parse": "^1.1.1",
"react": "^18",
"react-dom": "^18",
"react-syntax-highlighter": "^15.6.1",
"react-text-to-speech": "^0.14.5",
"react-textarea-autosize": "^8.5.3",
"sonner": "^1.4.41",