owlcloud

Results 8 comments of owlcloud

I have an error everywhere that the IP from bingai is blocked. on replits with and without proxy. on your own machine with and without a proxy. What to do?

I get the same error, I use one account, the error disappears if I wait a little (within 5 minutes)

Missing conversationSignature in response

Bing does not provide a response because when creating a conversation, a json response is received, but without conversationSignature. The problem may be with authorization. I tried a proxy, the...

Listen, can't we implement using a large number of free chatgpt accounts, where 20 requests per hour are given, if I'm not mistaken, and make an array of them with...

Yes, but it is quite feasible and will be free in the future

the error is your standard when using a proxy.

import { Bard } from "googlebard"; let cookies = `__Secure-1PSID=`; let bot = new Bard(cookies, { inMemory: false, savePath: "./conversations.json", proxy: { host: process.env.PROXY_HOST, port: process.env.PROXY_PORT, auth: { username: process.env.PROXY_USERNAME,...