We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I get the following error when I run a very simple get_answer() function:
ErrorException Trying to access array offset on value of type null at vendor/adityadees/laravel-google-bard/src/LaravelBard.php:135 131▕ return ["content" => "Response Error: " . $resp . "."]; 132▕ } 133▕ $parsed_answer = json_decode($resp_dict, true); 134▕ $bard_answer = [ ➜ 135▕ "content" => $parsed_answer[0][0], 136▕ "conversation_id" => $parsed_answer[1][0], 137▕ "response_id" => $parsed_answer[1][1], 138▕ "factualityQueries" => $parsed_answer[3], 139▕ "textQuery" => $parsed_answer[2][0] ?? "",
The text was updated successfully, but these errors were encountered:
hi, are you still get the error?
Sorry, something went wrong.
I get the same error after installation and running the example.
Same here.
No branches or pull requests
Hi,
I get the following error when I run a very simple get_answer() function:
The text was updated successfully, but these errors were encountered: