Skip to content

Commit

Permalink
Merge pull request #66 from s4mu3lbk/bugfix/fix_options
Browse files Browse the repository at this point in the history
Remove options from generateResponse
  • Loading branch information
jucasoliveira authored Apr 12, 2023
2 parents 90cac44 + 7c7435d commit dbc9e99
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 dbc9e99

Please sign in to comment.