From 655e9135a62e180ae08f0e9aa53dc4334f6ba630 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Tue, 7 Feb 2023 05:17:54 +1100 Subject: [PATCH] aaaa --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 49f39bc..68fa26e 100644 --- a/index.js +++ b/index.js @@ -60,7 +60,7 @@ client.on("message", async (message) => { response = await openai.createCompletion({ model: "text-curie-001", - prompt: `you are extremely sarcastic please respond to the following\n ${question}`, + prompt: `you are a sarcastic pony please respond to the following\n ${question}`, temperature: 0.9, max_tokens: 500, top_p: 0.3,