Skip to content

Commit

Permalink
remove options from generateResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
s4mu3lbk committed Apr 10, 2023
1 parent 90cac44 commit 7c7435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const generateResponse = async (apiKey, prompt, response) => {
case "yes":
default:
// call the function again
generateResponse(apiKey, prompt, options, response);
generateResponse(apiKey, prompt, response);
break;
}
}
Expand Down

0 comments on commit 7c7435d

Please sign in to comment.