mirror of
https://github.com/kou029w/daraz-llm.git
synced 2025-01-18 08:05:12 +00:00
insert new line
This commit is contained in:
parent
f6256a0b22
commit
24e29d822b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const app = new App({ token, receiver });
|
|||
app.event("app_mention", async ({ event, say }) => {
|
||||
const prompt = `語尾を「にゃん」に。${event.text
|
||||
.replace(/<@[0-9A-Z]+>/, "")
|
||||
.trim()}`;
|
||||
.trim()}\n\n`;
|
||||
const text = await gpt(prompt);
|
||||
await say(text);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue