gemini-api-php / laravel

Google Gemini API client for Laravel
MIT License
75 stars 10 forks source link

Problem with Persian language #14

Open Shahab-Ershad opened 5 months ago

Shahab-Ershad commented 5 months ago

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"