We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eecbde commit 97e8061Copy full SHA for 97e8061
index.js
@@ -59,7 +59,7 @@ const gptCommit = async () => {
59
const response = await openai.chat.completions.create(parameters);
60
61
const message = response.choices[0].message.content
62
- .replace(/[^\w\s.:@<>-/]/gi, "")
+ .replace(/[^\w\s.:@<>/-]/gi, "")
63
.trim();
64
65
const confirm = await prompts({
0 commit comments