Skip to content

Commit

Permalink
🐐 πŸ”΅
Browse files Browse the repository at this point in the history
  • Loading branch information
franceking1 authored Mar 20, 2024
1 parent 7fcac74 commit 02c6207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commandes/parole.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ zokou({ nomCom: "lyrics",

if (!arg || arg.length === 0) return repondre("please provide me the song name");

let result = await axios.get(`https://giftedgpt.vercel.app?q=${arg.join(' ')}`);
let result = await axios.get(`https://ultimetron.guruapi.tech/gpt3?prompt=${arg.join(' ')}`);

let lyrics = result.data.data;

Expand Down

0 comments on commit 02c6207

Please sign in to comment.