google-gemini / generative-ai-python

The official Python library for the Google Gemini API

Home Page:https://pypi.org/project/google-generativeai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RECITATION error when transcribe audio to text

nzomkxia opened this issue · comments

commented

Description of the bug:

result=glm.GenerateContentResponse({'candidates': [{'finish_reason': 4, 'index': 0, 'safety_ratings': [], 'token_count': 0, 'grounding_attributions': []}]}),

Actual vs expected behavior:

transcribe the audio correctly

Any other information you'd like to share?

model: gemini-1.5-pro-latest
audio length: 53 min
audio format: mp3
audio file size: 13m

This is a known issue, the eng team is working on improving this.

Have you finished this issue?