Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cpsievert closed a pull request on posit-dev/py-shiny
feat(Chat): A `.on_user_submit` callback can now access user input through a function parameter
This way you can get the user input directly from the submit callback rather than the `chat.user_input()` method ```python from chatlas import ChatAnthropic from shiny.express import ui cha...cpsievert opened 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 ### TODO - [ ] Make a pass through examplescpsievert pushed 3 commits to chat-chatlas-templates posit-dev/py-shiny
cpsievert pushed 2 commits to chat-user-input-parameter posit-dev/py-shiny
cpsievert pushed 2 commits to airmass-fix posit-dev/py-shiny
cpsievert opened a pull request on posit-dev/py-shiny
Attempt to fix airmass example by pinning ipyleaflet to 0.19.1
cpsievert pushed 1 commit to chat-user-input-parameter posit-dev/py-shiny
- Update basic playwright test to user new input parameter a4db3cc
cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny
- Remove production templates and redundant Gemini template d258ca3
cpsievert pushed 1 commit to set-token-limit posit-dev/chatlas
- Add .set_token_limit() method to automatically drop old turns when specified limits are reached 1e515aa
cpsievert pushed 1 commit to set-token-limit posit-dev/chatlas
- Add .set_token_limit() method to automatically drop old turns when specified limits are reached fd841fb
cpsievert pushed 4 commits to set-token-limit posit-dev/chatlas
- Fix link in docs; don't include seed in OpenAI request if it isn't needed f5a300f
- `chat.tokens()` gains a `values` argument (#27) * The .tokens() method now returns a list of ints: where each int re... e033684
- Add `.token_count()` for estimating input tokens (#23) * Improvements to token usage reporting * Update changelog... 200e26c
- Merge branch 'main' into set-token-limit 950d6e1
cpsievert pushed 1 commit to main posit-dev/chatlas
- Add `.token_count()` for estimating input tokens (#23) * Improvements to token usage reporting * Update changelog... 200e26c
cpsievert closed a pull request on posit-dev/chatlas
Add `.token_count()` for estimating input tokens
cpsievert pushed 2 commits to token-usage posit-dev/chatlas
cpsievert pushed 2 commits to token-usage posit-dev/chatlas
cpsievert pushed 1 commit to main posit-dev/chatlas
- `chat.tokens()` gains a `values` argument (#27) * The .tokens() method now returns a list of ints: where each int re... e033684
cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas
- Update test expectation 5aa6ed8
cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas
- Improvements and tests 7e7c42c