From 8a2a4c476076fd58fb19c71f92d1c44ebc54b4cb Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 20 Jan 2025 10:18:10 +0900 Subject: [PATCH] Update chatgpt.js --- lib/chatgpt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chatgpt.js b/lib/chatgpt.js index 31df256..4950859 100644 --- a/lib/chatgpt.js +++ b/lib/chatgpt.js @@ -29,7 +29,7 @@ function chat(content) { "messages": [ { "role": "developer", - "content": "Write all future code examples in JavaScript ES3 using the exports variable. Respond exclusively in code without blocks." + "content": "Write all future code examples in JavaScript ES3 using the exports variable. Include a test method with the fixed name test. Respond exclusively in code without blocks." }, { "role": "user", "content": content