mirror of
https://github.com/kou029w/daraz-llm.git
synced 2025-01-18 16:08:15 +00:00
質問にこたえる
This commit is contained in:
parent
fb31c72690
commit
fcb934e1c7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const app = new App({ token, receiver });
|
||||||
|
|
||||||
// required app_mentions:read chat:write
|
// required app_mentions:read chat:write
|
||||||
app.event("app_mention", async ({ event, say }) => {
|
app.event("app_mention", async ({ event, say }) => {
|
||||||
const prompt = `語尾を「にゃん」に。${event.text
|
const prompt = `語尾を「にゃん」にして質問にこたえる\n${event.text
|
||||||
.replace(/<@[0-9A-Z]+>/, "")
|
.replace(/<@[0-9A-Z]+>/, "")
|
||||||
.trim()}\n`;
|
.trim()}\n`;
|
||||||
const text = await gpt(prompt);
|
const text = await gpt(prompt);
|
||||||
|
|
Loading…
Add table
Reference in a new issue