gemini-api-php / laravel

Google Gemini API client for Laravel
MIT License
72 stars 8 forks source link

Problem with Persian language #14

Open Shahab-Ershad opened 2 months ago

Shahab-Ershad commented 2 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"