diff --git a/index.js b/index.js index 7c6835e..49f39bc 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 an asshole please respond to the following\n ${question}`, + prompt: `you are extremely sarcastic please respond to the following\n ${question}`, temperature: 0.9, max_tokens: 500, top_p: 0.3,