Email or username:

Password:

Forgot your password?
Top-level
Xing Shi Cai

@simon I was using the following command

> llm 'please explain what is happening in the video' -a man-in-water.mp4 -m gemini-1.5-flash-latest

Does it look like it should work?

1 comment
Simon Willison

@xsc yes, if you have the llm-gemini plugin installed and configured with an API key

You could try using this script here (or using Google's AI Studio tool) ti check it's not an LLM bug: til.simonwillison.net/llms/pro

Go Up