remove test messages

This commit is contained in:
buzz-lightsnack-2007 2024-04-15 22:32:19 +08:00
parent 5504c61039
commit 62d6a85d36
2 changed files with 0 additions and 3 deletions

View file

@ -126,7 +126,6 @@ export default class gemini {
let send = async (REQUEST) => {
// Send the request.
console.log(this.#request[`location`].concat(`:generateContent`), JSON.stringify({method: `POST`, headers: this.#request[`headers`], body: JSON.stringify(REQUEST)}));
let CONNECT = await fetch(this.#request[`location`].concat(`:generateContent`), {method: `POST`, headers: this.#request[`headers`], body: JSON.stringify(REQUEST)});
if (CONNECT.ok) {