google-bard-api icon indicating copy to clipboard operation
google-bard-api copied to clipboard

This project provides a FastAPI wrapper for interacting with Google Bard, a conversational AI by Google. It allows users to send messages to Google Bard and receive responses through a simple API.

Results 9 google-bard-api issues
Sort by recently updated
recently updated
newest added

The data array seems to be another format than the one the code expects, I changed it to work for me, and I guess others would have the same problem.

Is this repo being updated? I've got some error. raise Exception("Could not get Google Bard") Exception: Could not get Google Bard I already updated the bardapi to the latest version

When running it seems form me it's failing at this functionality. `def __get_snlm0e(self): resp = self.session.get(url="https://bard.google.com/", timeout=10) # Find "SNlM0e":"" if resp.status_code != 200: raise Exception("Could not get Google Bard")...

After installation uvicorn main:app --reload --port 8000 INFO: Will watch for changes in these directories: ['/opt/google-bard-api'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [1293]...

I am running a React frontend an when I try to post I get: `Access to XMLHttpRequest at 'http://localhost:8000/ask' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to...

PS C:\Users\ArchanaChinnaiah\Google_Bard\code\google-bard-api> uvicorn main:app --reload --port 8000 ←[32mINFO←[0m: Will watch for changes in these directories: ['C:\\Users\\ArchanaChinnaiah\\Google_Bard\\code\\google-bard-api'] ←[32mINFO←[0m: Uvicorn running on ←[1mhttp://127.0.0.1:8000←[0m (Press CTRL+C to quit) ←[32mINFO←[0m: Started reloader process [←[36m←[1m17704←[0m]...

google-bard-api doessn't work. The only response message i got was {"content":"Google Bard encountered an error: b')]}\\'\\n\\n38\\n[[\"wrb.fr\",null,null,null,null,[9]]]\\n56\\n[[\"di\",184],[\"af.httprm\",184,\"7440470310890705770\",2]]\\n25\\n[[\"e\",4,null,null,131]]\\n'."} I add `print(resp.text)` below [this line](https://github.com/ra83205/google-bard-api/blob/master/Bard.py#L144), and got something like this: ``` )]}' 38...

I've recently noticed that the API for Bing in the [EdgeGPT](https://github.com/acheong08/EdgeGPT) repository is performing significantly slower than the local server method. Is it possible to implement a similar approach for...

Hello, is it still working? I can't find the AUTH_KEY in Cookies