Esko Coding
Kanalga Telegram’da o‘tish
3 074
Obunachilar
-1224 soatlar
-287 kunlar
-14130 kunlar
Postlar arxiv
3 074
🦝 Chat GPT 4 Bot የምትሰሩበት Code
✅ Bots Business Application
🚀 Command :
/ai
⏳ Wait for answer : ✅ On (On ማድረግ አለባችሁ)
📄 Answer : How can I assist you today? If you have any questions or need help with something, feel free to ask!
🛠 BJS Code :
Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
HTTP.get({ url:"https://gpt.hazex.workers.dev/?ques="+encodeURIComponent(message) +"",
success: "/success"
})
🚀 Command : /success
⏳ Wait for answer : ❌ Off
🛠 BJS Code :
var answer = JSON.parse(content).answer;
var error = JSON.parse(content).error;
if (answer) {
Bot.sendMessage(answer);
} else if ((error) == true){
Bot.sendMessage("There is an error.");
}
⚡️Posted on : @EskedarEjiguOffial
⚡API Credits : @HazexAPI
©️ This code's contents are modified and the API is switched by FlashCom you have no rights on changing the API Creditor and this Copyright Notice.3 074
✅ Ai Voice Generate የሚያደርግ ቦት ሙሉ አሰራር፣ በቀላሉ የተብራራ።( Text ወደ ንግግር የሚቀይር Bot)
YouTube Video : እዚ ጋ ንኩ
Code: ከላይ አለ
Channel: @EskedarEjiguOfficial ✅
3 074
✅ Ai Voice Generate የሚያደርግ ቦት Bjs( Text ወደ Speech የሚቀይር ቦት)
✅ Bots business Application
☑️Command:
Your Command
✅Answer : *Enter a Text to Convert to Speech!*
✅Wait for Answer On(On ማድረግ አለባችሁ)
📖 Bjs:
var api = "3f5866ce7e32445f903e48fb27e58796"//get it from https://voicerss.org
Api.sendAudio({
audio:"api.voicerss.org/?key="+api+"&hl=en-us&r=-1&c=MP3&src="+message,
caption:"*📔 Here is your Speech!!\n\n💫Generated by @"+bot.name+"*",
parse_mode:"markdown"
})
Channel: @EskedarEjiguOfficial