Skip to content

Instantly share code, notes, and snippets.

View tronghieu60s's full-sized avatar
🔥
Focusing!

Trọng Hiếu tronghieu60s

🔥
Focusing!
View GitHub Profile
// Author: JUNO_OKYO - J2TEAM (EDITED Gemini By Trong Hieu)
const API_KEY = "EDIT_ME"; // CHÚ Ý: sửa key của bạn trước khi sử dụng!!!
const URL =
"https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent";
function askGPT(prompt) {
const payload = {
contents: [
{
parts: [