Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas
- Add format argument to .tokens(); make default behavior same as before: 55510c0
cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas
- Add format argument to .tokens(); make default behavior same as before: 5d5f85f
cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas
- The .tokens() method now returns a list of ints: where each int represents the number of tokens each turn takes 41d4065
cpsievert pushed 2 commits to tokens-method-return-format posit-dev/chatlas
cpsievert opened a draft pull request on posit-dev/chatlas
`chat.tokens()` now returns a simpler to understand value
cpsievert pushed 1 commit to token-usage posit-dev/chatlas
- Slightly more accurate/conservative token count for OpenAI cb225ae
cpsievert opened an issue on posit-dev/chatlas
Add `ChatVertexAI()`
Looks like this could be a simple wrapper around `ChatGoogle()` https://cloud.google.com/vertex-ai/docs/python-sdk/use-vertex-ai-python-sdkcpsievert pushed 1 commit to token-usage posit-dev/chatlas
- Add .token_count_async(); require the whole data_model 1d27b5b
cpsievert created a review comment on a pull request on posit-dev/chatlas
```suggestion Estimate the token size of input content. This can help determine whether input(s) and/or conversation history (i.e., `.get_turns()`) should be reduced in size befo...
cpsievert created a review comment on a pull request on posit-dev/chatlas
```suggestion Get an estimated token count for the given input. ```
cpsievert opened an issue on posit-dev/chatlas
`ChatGroq` errors on multiple submissions
Seems we'll need workarounds similar to https://github.com/tidyverse/elmer/pull/224 ```python from chatlas import ChatGroq chat = ChatGroq() chat.chat("Tell me about New Zealand?") chat.chat("W...cpsievert opened an issue on posit-dev/py-shinywidgets
altair chart is size 0 when shown hidden then shown again
```python import altair as alt import pandas as pd from shiny import reactive from shiny.express import ui from shinywidgets import render_altair @reactive.calc def plt(): ma...cpsievert created a tag on posit-dev/py-shinylive
v0.7.3 - Python package for deploying Shinylive applications
cpsievert published a release on posit-dev/shinylive
shinylive 0.9.3
Bumped shinywidgets from v0.4.0 to v0.4.2 **Full Changelog**: https://github.com/posit-dev/shinylive/compare/v0.9.2...v0.9.3cpsievert created a tag on posit-dev/shinylive
v0.9.3 - Run Shiny on Python and R (compiled to wasm) in the browser
cpsievert published a release on posit-dev/py-shinywidgets
shinywidgets 0.4.2
Fixed an issue where `@render_widget` would sometimes incorrectly render a new widget without removing the old one. (#167)cpsievert created a tag on posit-dev/py-shinywidgets
v0.4.2 - Render ipywidgets inside a PyShiny app