This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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: [ |