Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jeffbryner created a comment on an issue on posit-dev/py-shiny
Should render.plot be duplicated like that in https://github.com/posit-dev/py-shiny/issues/1103#issuecomment-1923961972? ``` @module.server def plot_server(input, output, session, plot_id): @...
jeffbryner created a comment on an issue on posit-dev/py-shiny
I'm having the same issue and don't see how modules would help? Here's the sample from the comment above https://github.com/posit-dev/py-shiny/issues/1618#issuecomment-2314448255 and the modules...
jcheng5 pushed 1 commit to main posit-dev/py-shiny
- Chat append incremental (#1799) Co-authored-by: Joe Cheng <[email protected]> ecc5c14
jcheng5 closed a pull request on posit-dev/py-shiny
Chat append incremental
Currently when streaming with the Shiny for Python `ui.Chat()` component, the entire accumulated content string gets sent on every chunk. This is because `@transform_assistant_response` allows you ...cpsievert pushed 6 commits to chat-append-generator posit-dev/py-shiny
- Fix failing airmass example (#1805) 2ce08c0
- feat(Chat): A `.on_user_submit` callback can now access user input through a function parameter (#1801) 70acf34
- ci: Update actions/upload-pages-artifact to v3 (#1807) a5de33a
- Update chat templates and examples (#1806) de9636e
- Update changelog 1bc1cd2
- Merge branch 'main' into chat-append-generator 1d062be
cpsievert closed an issue on posit-dev/py-shiny
Move `examples/chat/hello-world` into `shiny/templates`
> I think we could move `examples/chat/hello-world` to `shiny/templates` as well... _Originally posted by @cpsievert in https://github.com/posit-dev/py-shiny/pull/1669#pullrequestreview-22836786...cpsievert closed an issue on posit-dev/py-shiny
More breadcrumbs between examples and templates
I was looking for the example OpenAI chat app and couldn't find it. https://github.com/posit-dev/py-shiny/blob/main/examples/chat/playground/app.py#L6 even says it should be there. Looking at git h...cpsievert pushed 1 commit to main posit-dev/py-shiny
- Update chat templates and examples (#1806) de9636e
cpsievert closed a pull request on posit-dev/py-shiny
Update chat templates and examples
Now we pretty generally recommend using [chatlas](https://github.com/posit-dev/chatlas/) to get started with LLM response generation Closes #1682 Closes https://github.com/posit-dev/py-shiny/is...cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny
- Consistently type the submit callback d7f8a14
cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny
- Chat should fill the sidebar aefe95c
cpsievert created a comment on an issue on posit-dev/py-shiny
`ui.chat` doesn't exist -- `ui.chat_ui()` does and allows for a `style` parameter. Looks like you've supplied 2 of them?
cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny
- Forgot the template json 0313ab8
cpsievert pushed 3 commits to chat-chatlas-templates posit-dev/py-shiny
schloerke pushed 1 commit to main posit-dev/py-shiny
- ci: Update actions/upload-pages-artifact to v3 (#1807) a5de33a
schloerke closed a pull request on posit-dev/py-shiny
ci: Update actions/upload-pages-artifact to v3
schloerke opened a pull request on posit-dev/py-shiny
ci: Update actions/upload-pages-artifact to v3
cpsievert pushed 3 commits to chat-chatlas-templates posit-dev/py-shiny
cpsievert pushed 1 commit to main posit-dev/py-shiny
- feat(Chat): A `.on_user_submit` callback can now access user input through a function parameter (#1801) 70acf34