laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Problem with Persian language

Open Shahab-Ershad opened this issue 1 year ago • 0 comments

It works correctly with any other language I ask it questions in, but I get an error when I use Persian.

$question = 'سلام'; $result = Gemini::generateText($question);

error: Undefined array key "content"

Shahab-Ershad avatar Jun 14 '24 15:06 Shahab-Ershad