mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-02-03 09:05:23 +08:00
Compare commits
4 Commits
chore/hide
...
fix/not-sh
| Author | SHA1 | Date | |
|---|---|---|---|
| cafd643c00 | |||
| 8d21cbc2da | |||
| 7bb19ed8ec | |||
| df0ae34be1 |
@ -68,7 +68,7 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next
|
|||||||
|
|
||||||
## Deploy on Vercel
|
## Deploy on Vercel
|
||||||
|
|
||||||
> ⚠️ If you are using [Vercel Hobby](https://vercel.com/pricing), your message will be trucated due to the limitation of vercel.
|
> ⚠️ If you are using [Vercel Hobby](https://vercel.com/pricing), your message will be truncated due to the limitation of vercel.
|
||||||
|
|
||||||
|
|
||||||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
|
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
|
||||||
|
|||||||
@ -199,7 +199,7 @@ const Main: FC = () => {
|
|||||||
if (calculatedIntroduction && calculatedPromptVariables)
|
if (calculatedIntroduction && calculatedPromptVariables)
|
||||||
calculatedIntroduction = replaceVarWithValues(calculatedIntroduction, promptConfig?.prompt_variables || [], calculatedPromptVariables)
|
calculatedIntroduction = replaceVarWithValues(calculatedIntroduction, promptConfig?.prompt_variables || [], calculatedPromptVariables)
|
||||||
|
|
||||||
const openstatement = {
|
const openStatement = {
|
||||||
id: `${Date.now()}`,
|
id: `${Date.now()}`,
|
||||||
content: calculatedIntroduction,
|
content: calculatedIntroduction,
|
||||||
isAnswer: true,
|
isAnswer: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user