Conversation
This version of the code uses Google's Gemini. The output has been modified to improve video editing efficiency, turning PromptClip into more of a search engine for videos.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
Hi, just bumping this PR, please let me know if there's anything else I need to do on my side. |
|
@Cheez22 Copying all the existing files into a new notebook as cells is not a good idea, as it unnecessarily duplicates code that could be reused from the existing files. There is no need to create a new notebook file as well just for Gemini. Ideal implementation: Users should be able to pass a Gemini LLM instance to the This approach will enable users to select their preferred LLM in the existing notebooks ( Could you delete the Gemini file and, instead, try passing the Gemini LLM instance directly into the functions of the existing notebooks? This approach should unlock the support without needing a separate file. If passing the Gemini LLM works correctly, there will be no further changes needed. However, if any fixes are required to enable this functionality, it would be appreciated if you could include those changes in this PR. |
Intended use for Gemini
Intended for Gemini.
Not finished yet.
This version of the code uses Google's Gemini. The output has been modified to improve video editing efficiency, turning PromptClip into more of a search engine for videos.