diff --git a/src/autoslice/mllm_sdk/gemini_old_sdk.py b/src/autoslice/mllm_sdk/gemini_old_sdk.py index eeab7a5..b35da59 100644 --- a/src/autoslice/mllm_sdk/gemini_old_sdk.py +++ b/src/autoslice/mllm_sdk/gemini_old_sdk.py @@ -26,8 +26,7 @@ def gemini_generate_title(video_path, artist): prompt = SLICE_PROMPT.format(artist=artist) # Set the model to Gemini Flash. - model = genai.GenerativeModel(model_name="models/gemini-2.5-flash") - + model = genai.GenerativeModel(model_name="gemini-2.5-flash-preview-05-20") response = model.generate_content( [prompt, video_file], request_options={"timeout": 600} )