How to use the new Google Bard API for free

preview_player
Показать описание
#llm
#falcon
#chatgpt
Рекомендации по теме
Комментарии
Автор

Just to clarify - this is not an API. This is quote on quote "illegal" and I don't recommend doing this. Also, the token refreshes every 20 minutes or so, so it's very inpractical.

fujiwarachoki
Автор

still works? I get this error even though my API Key ends with a dot and I just copied it: __Secure-1PSID value must end with a single dot. Enter correct __Secure-1PSID value.

phil
Автор

I am trying to set up a automated X(twitter) account using bard, now bard suggests that I use google colab, as described I have installed tweeps and other dependencies but when it comes to bard installation, it outputs that bard is successfully install (!pip install bard) but when I trying to run my code using [import bard] it can't find.

denverlopes
Автор

how can we input images to bard, from our program via API call?

sindhivishal
Автор

good video! another abput image requests were be great!

benediktsterra
Автор

I followed that video and getting the error "SNlM0e value not found." How can I fix it?

bahnimanghosh
Автор

I tried it but it's showing me SNlM0e value not found error

subhopriyobadyakar
Автор

Traceback (most recent call last):
File "/Users/jpsl/test-bard/bard.py", line 1, in <module>
from bardapi import Bard
NameError: name 'Tuple' is not defined. Did you mean: 'tuple'?

jpsl
Автор

Traceback (most recent call last):
File "P:\bard python\index.py", line 11, in <module>
response =

Thats the error. Is the API online?

imymrdn
Автор

That's how bard looked a year ago?!

bilyez
Автор

I've got this error : Exception: SNlM0e value not found. Double-check __Secure-1PSID value or pass it as
I'm pretty sure that what i copied from the browser is correct but i don't know why this error occurs, any idea? thank

lorenzo
Автор

i have to use __Secure-1PSID and __Secure-1PSIDTS both, but the __Secure-1PSIDTS changes like every 10 minutes. so i dont know what to do next

SVT
Автор

please do not do this. I work closely with google and I know they will ban your account instantly if you do it. Also with this approach you have to refresh your token every 20 minutes. That is not practicle.

oddcircles
Автор

I am trying to implement ai in my personal project without paying api price. I want to use the chatgpt or bard without api key. Can I use access token?

darklord
Автор

can u hilp plz i get Exception: Response status code is not 200. Response Status is 404 ?

tajinetopf
Автор

I receive this error: raise Exception(Exception: Response code not 200. Response Status is 404

scaryalberto
Автор

"Exception: Bard API Key must be provided or extracted from browser." 😞😞 tried that key and the others, nothing seems to work

zoybot
Автор

Great job. Thanks. Bard is great for content. I subscribed. How to learn more python code so I can use it with AI - my field.

aimattant
Автор

The print statement result is <coroutine object Bard.get_answer at 0x126e02c70>. It is returning coroutine object since get_answer is an async method. Please help.

vinaypatel
Автор

nUnable to get response.\nPlease double-check the cookie values and verify your network environment or google account. getting this error
please help

nishchaysaxena