holoviz-topics / panel-chat-examples

Examples of Chat Bots using Panels chat features: Traditional, LLMs, AI Agents, LangChain, OpenAI etc
https://holoviz-topics.github.io/panel-chat-examples/
MIT License
105 stars 31 forks source link

Auto postprocess videos and thumbnail #64

Closed ahuang11 closed 10 months ago

ahuang11 commented 10 months ago

The script:

codecov-commenter commented 10 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (ebaf4b1) 98.41% compared to head (b3e0e62) 98.41%. Report is 4 commits behind head on main.

:exclamation: Current head b3e0e62 differs from pull request most recent head b9271f9. Consider uploading reports for the commit b9271f9 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## ======================================= Coverage 98.41% 98.41% ======================================= Files 2 2 Lines 63 63 ======================================= Hits 62 62 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MarcSkovMadsen commented 10 months ago

Really Nice script

Something to think about is whether the .mp4 files should be a part of this repository, be hosted on an external CDN or be autogenerated when the docs build?

ahuang11 commented 10 months ago

I think the mp4 can stay in this repo; this repo is just for examples anyways.

Autogenerated when the docs build may take too long I suspect.