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 32 forks source link

Produce Assets #38

Closed MarcSkovMadsen closed 11 months ago

MarcSkovMadsen commented 11 months ago

We should produce assets like thumbnails and gifs. I believe they should be stored in HoloViz CDN instead of in repository. At least the gifs should.

For now we can store them in this issue.

MarcSkovMadsen commented 11 months ago

https://github.com/holoviz-topics/panel-chat-examples/assets/42288570/1b799b07-dc27-4848-8598-0b5c609c337f

echo

Replicate

let w = window.open(window.location, "dev resize", "resizable");
w.resizeTo(1600, 900);
w.parent.document.body.style.zoom = 2;
ahuang11 commented 11 months ago

The videos are great!