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

Please add short cut command #23

Closed MarcSkovMadsen closed 11 months ago

MarcSkovMadsen commented 11 months ago

hatch run panel serve docs/examples/**/*.py --static-dirs thumbnails=docs/assets/thumbnails --autoreload is a very long copy that takes time to write or copy paste.

Please implement short cut command. Is something like hatch serve possible?

ahuang11 commented 11 months ago

Thanks for adding this! I personally didn't know how to until your PR