Compare commits

..

5 Commits

Author SHA1 Message Date
1df62f49f1 Merge branch 'main' into chore/update-nextjs 2024-04-19 10:36:28 +08:00
0ddaa92a12 Merge pull request #53 from Yefori-Go/patch-1
docs: fix typo in readme
2024-04-19 10:27:41 +08:00
65f90f56ac chore: update nextjs version 2024-04-19 09:05:39 +08:00
924a008de8 docs: fix typo in readme
Fix typo in README.md
`Conversion` -> `Conversation`
2024-04-03 13:41:33 +08:00
631a4f1f21 Merge pull request #42 from langgenius/feat/support-agent
feat: support agent
2024-01-29 16:05:51 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Conversion Web App Template
# Conversation Web App Template
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Config App

View File

@ -38,7 +38,7 @@
"js-cookie": "^3.0.1",
"katex": "^0.16.7",
"negotiator": "^0.6.3",
"next": "13.4.0",
"next": "^14.0.4",
"rc-textarea": "^1.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",