diff --git a/config.example.js b/config.example.js index 22e2f677..8dc1cb11 100644 --- a/config.example.js +++ b/config.example.js @@ -72,7 +72,7 @@ module.exports = { // Provider Token Token: "", - GPTModel: "gpt35", // Must be one of: davinci or gpt35 + GPTModel: "davinci", // Must be one of: davinci or gpt35 // Enable or disable the Whitelist. EnableWhitelist: true,