Ecosyste.ms: Timeline

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

cpsievert

cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas
  • Add format argument to .tokens(); make default behavior same as before: 55510c0

View on GitHub

cpsievert pushed 1 commit to tokens-method-return-format posit-dev/chatlas
  • Add format argument to .tokens(); make default behavior same as before: 5d5f85f

View on GitHub

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

View on GitHub

cpsievert pushed 2 commits to tokens-method-return-format posit-dev/chatlas
  • Fix link in docs; don't include seed in OpenAI request if it isn't needed f5a300f
  • The .tokens() method now returns a list of ints: where each int represents the number of tokens each turn takes 153b510

View on GitHub

cpsievert created a branch on posit-dev/chatlas

tokens-method-return-format

cpsievert created a branch on posit-dev/chatlas

set-token-limit

cpsievert pushed 1 commit to token-usage posit-dev/chatlas
  • Slightly more accurate/conservative token count for OpenAI cb225ae

View on GitHub

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-sdk
cpsievert pushed 1 commit to token-usage posit-dev/chatlas
  • Add .token_count_async(); require the whole data_model 1d27b5b

View on GitHub

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

View on GitHub

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...

View on GitHub

cpsievert created a review on a pull request on posit-dev/chatlas

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/chatlas
```suggestion Get an estimated token count for the given input. ```

View on GitHub

cpsievert created a review on a pull request on posit-dev/chatlas

View on GitHub

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 pushed 1 commit to vllm posit-dev/chatlas

View on GitHub

cpsievert opened a draft pull request on posit-dev/chatlas
Add `ChatVLLM()`
cpsievert created a branch on posit-dev/chatlas

vllm

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 deleted a tag posit-dev/py-shinylive

v0.7.3

cpsievert pushed 1 commit to main posit-dev/py-shinylive

View on GitHub

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.3
cpsievert created a tag on posit-dev/shinylive

v0.9.3 - Run Shiny on Python and R (compiled to wasm) in the browser

cpsievert pushed 1 commit to main posit-dev/shinylive

View on GitHub

cpsievert deleted a branch posit-dev/py-shinywidgets

plotly-memory-leak

cpsievert pushed 1 commit to main posit-dev/py-shinywidgets

View on GitHub

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

Load more