Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jcheng5 closed an issue on posit-dev/shinychat
Release shinychat 0.1.0
First release: * [x] `usethis::use_news_md()` * [x] `usethis::use_cran_comments()` * [x] Update (aspirational) install instructions in README * [x] Proofread `Title:` and `Description:` * [x] Chec...jcheng5 created a comment on an issue on posit-dev/shinychat
Thanks Sharon! I've added a redirect/placeholder to the jcheng5 URL and am in the process of getting admin permissions on the repo so I can edit the link.
jcheng5 created a comment on a pull request on jeroen/curl
I tried it the way you said, it is a little more jarring than I expected to see an error on interrupt. I did see a comment earlier today that some cleanup will happen when the con is garbage collec...
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 ...jcheng5 opened a pull request on jeroen/curl
Allow open(curl(url)) to be interrupted
Fixes https://github.com/jeroen/curl/issues/363 I'm not sure if this is right... for example, do I need to make sure `reset(con)` is called?jcheng5 opened an issue on jeroen/curl
Curl connection open() can't be interrupted
We make heavy use of `curl::curl()` in [ellmer](https://github.com/tidyverse/ellmer). Sometimes when the LLM APIs get slow, it puts the R session in an uninterruptible hang. ## Repro steps Fi...jcheng5 created a branch on jcheng5/curl
interruptible-open - A Modern and Flexible Web Client for R
jcheng5 pushed 2 commits to main jcheng5/databot
jcheng5 pushed 2 commits to main jcheng5/shinychat
jcheng5 pushed 4 commits to main jcheng5/databot
- Crazy non-tool mode. This wasn't the right approach f79968b
- Revert "Crazy non-tool mode. This wasn't the right approach" This reverts commit f79968bf304522e464056dfeb18d67e9c10... b13ebc7
- Revert "Replace tool calling with structured output" This reverts commit 0b0bf4fd8563ebbcbe9b2a739bde6fdadab7b820. 6291cca
- Works with tool calling (except plots) d78bfda
jcheng5 created a comment on a pull request on tidyverse/elmer
I pushed a change so the logic in `tool_string` is now: 1. If you return a string, that's passed as-is to the model. (E.g., `"The time is 1:20pm"` becomes `"content": "The time is 1:20pm"`) 2. ...
jcheng5 pushed 4 commits to verbatim-tool-results tidyverse/elmer
- Oops, forgot to log body in non-streaming cases (#232) ddadc17
- Implement Gemini-specific chunk merging logic (#201) Fixes #199. --------- Co-authored-by: Hadley Wickham <h.wickh... 7526fb0
- Allow tool results to use I() to provide verbatim JSONifiable objects 75f652d
- Change default tool result serialization Instead of toString, use toJSON. But don't over-encode strings or already-c... 9e46fb4