γπππππππ πππππ
Open in Telegram
No data
Subscribers
+2024 hours
+737 days
+9130 days
Posts Archive
Hmm i already use but now it's not working on my device brother
Give Method How to clone any web with php source , i think this is not possible for you
ru_iiec_pydroid3_5_00_arm64_1079_minAPI23arm64_v8anodpi_apkmirror.apk55.05 MB
@D00AD I know to create Frontend can you help me to connect backend to Fronted web + host backend server code so dm me
30 REACTΔ°ONS MOBΔ°LE LEGENS PHΔ°SHΔ°NG COMΔ°NG !
if anyone here big developer contact me @Sonic_Coder
Who can make a website for free to host own telegram bots
HΔ± guys l am a New admin
Δ°f you want something write in comments (t00l,b0t,method or something)
Integrate GPT-4 via BotJS β Clean & Fast API
Command -
*
let prompt = message;
let url = "https://carflow-mocha.vercel.app/api/gpt4?prompt=" + encodeURIComponent(prompt);
HTTP.get({
url: url,
success: "/onResponse",
error: "/onError"
});
Command - /onResponse
let res = JSON.parse(content);
Bot.sendMessage(res.choices[0].message.content);
Command - /onError
Bot.sendMessage("β GPT API failed. Please try again.");
Creadit - @Sonic_Coder