Skip to content

Commit

Permalink
feat: add assistant page for chatgpt front end
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlemoos committed Jan 5, 2025
1 parent 57d189a commit 448c43b
Show file tree
Hide file tree
Showing 22 changed files with 1,988 additions and 195 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ CONTENTFUL_ACCESS_TOKEN=""

VERCEL_ENV=development
VERCEL_URL="localhost:3000"
NEXT_PUBLIC_VERCEL_URL="localhost:3000"
NEXT_PUBLIC_VERCEL_URL="localhost:3000"

OPENAI_API_KEY=""
INTERNAL_API_KEY="
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"latin",
"mrlemoos",
"nextjs",
"openai",
"shadcn",
"utilises",
"vercel"
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@
"format": "bun x @biomejs/biome format ./src --write"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.13",
"@apollo/client": "^3.9.9",
"@contentful/rich-text-react-renderer": "^15.19.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"ai": "^4.0.26",
"class-variance-authority": "^0.7.0",
"contentful": "^10.8.5",
"dayjs": "^1.11.10",
"graphql": "^16.8.1",
"jotai": "^2.11.0",
"next": "^14",
"next-themes": "^0.3.0",
"openai": "^4.77.3",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"satori": "^0.10.13",
"server-only": "^0.0.1",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -47,7 +53,9 @@
"renovate": "^37.269.3",
"semantic-release": "^23.0.6",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar": "4.0.0-beta.0",
"tailwindcss": "^3",
"typescript": "^5"
}
}
},
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}
Loading

0 comments on commit 448c43b

Please sign in to comment.