This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
error #220
Closed
SouravApiDev
started this conversation in
General
error
#220
Replies: 1 comment
-
First, please check if it runs correctly on a web UI in the browser. from bardapi import Bard
import os
token="epiIk6A2qHAOPEfJcjRfpd6L-8ZZVMQOpkSK6HrN-J1qASFreTknUC2GIh3QC8LWQpHpwg."
Bard(token=token).get_answer("what is pi?")['content'] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exception Traceback (most recent call last)
in <cell line: 5>()
3 os.environ['_BARD_API_KEY']="epiIk6A2qHAOPEfJcjRfpd6L-8ZZVMQOpkSK6HrN-J1qASFreTknUC2GIh3QC8LWQpHpwg."
4
----> 5 Bard().get_answer("what is pi?")['content']
Beta Was this translation helpful? Give feedback.
All reactions