Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

cpsievert

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 examples
cpsievert pushed 3 commits to chat-chatlas-templates posit-dev/py-shiny
  • Fix failing airmass example (#1805) 2ce08c0
  • Update Chat templates and examples to use chatlas 6ef19fb
  • Remove production templates and redundant Gemini template 6fc4e97

View on GitHub

cpsievert pushed 2 commits to chat-user-input-parameter posit-dev/py-shiny
  • Fix failing airmass example (#1805) 2ce08c0
  • Merge branch 'main' into chat-user-input-parameter c50293a

View on GitHub

cpsievert deleted a branch posit-dev/py-shiny

airmass-fix

cpsievert pushed 1 commit to main posit-dev/py-shiny
  • Fix failing airmass example (#1805) 2ce08c0

View on GitHub

cpsievert pushed 2 commits to airmass-fix posit-dev/py-shiny
  • Revert "Attempt to fix airmass example by pinning ipyleaflet to 0.19.1" This reverts commit 9856f6beb4737b2ed78adf05... c983d89
  • Don't initialize marker in a reactive context shinywidgets now closes the widget when the reactive context gets inva... 78ce11d

View on GitHub

cpsievert created a branch on posit-dev/py-shiny

airmass-fix - Shiny for Python

cpsievert pushed 1 commit to chat-user-input-parameter posit-dev/py-shiny
  • Update basic playwright test to user new input parameter a4db3cc

View on GitHub

cpsievert pushed 1 commit to chat-chatlas-templates posit-dev/py-shiny
  • Remove production templates and redundant Gemini template d258ca3

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

cpsievert deleted a branch posit-dev/chatlas

token-usage

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

View on GitHub

cpsievert closed a pull request on posit-dev/chatlas
Add `.token_count()` for estimating input tokens
cpsievert pushed 1 commit to token-usage posit-dev/chatlas

View on GitHub

cpsievert pushed 1 commit to token-usage posit-dev/chatlas

View on GitHub

cpsievert pushed 1 commit to token-usage posit-dev/chatlas

View on GitHub

cpsievert opened a draft pull request on posit-dev/chatlas
Add `.set_token_limit()` method
cpsievert pushed 1 commit to token-usage posit-dev/chatlas

View on GitHub

cpsievert pushed 2 commits to token-usage posit-dev/chatlas
  • `chat.tokens()` gains a `values` argument (#27) * The .tokens() method now returns a list of ints: where each int re... e033684
  • Merge branch 'main' into token-usage da070a3

View on GitHub

cpsievert pushed 2 commits to token-usage posit-dev/chatlas
  • Fix link in docs; don't include seed in OpenAI request if it isn't needed f5a300f
  • Merge branch 'main' into token-usage bb528d7

View on GitHub

cpsievert deleted a branch posit-dev/chatlas

tokens-method-return-format

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

View on GitHub

cpsievert closed a pull request on posit-dev/chatlas
`chat.tokens()` gains a `values` argument
cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas

View on GitHub

cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas

View on GitHub

cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas

View on GitHub

Load more