Results 96 issues of Roman Leventov

In Google, DefaultTemperature is explicitly set to 0.5. For all the rest providers, it's implicitly 0 as default value for a float64 field. This violates the principle of least astonishment

### Description Integrate with https://github.com/mito-ds/mito, a thing that provides "spreadsheet look and feel" (with formulas!) in Jupyter and Streamlit and translates it into dataframe python code. Why: bridge the gap...

enhancement

### Description Part of Roadmap: https://github.com/marimo-team/marimo/discussions/2899 Related to refresh of the app itself on file changes: https://github.com/marimo-team/marimo/issues/1511, https://github.com/marimo-team/marimo/issues/2675 (Creating this issue for now so that I can refer and link...

enhancement

### Description ### Objective Enable https://github.com/marimo-team/marimo/issues/3054 (option to save all cell results by default) in a scalable way. ### Assumptions 1. Stable cell_ids across marimo app instances (both on the...

enhancement

### Description Stable (and per-workspace-unique) cell IDs are absolutely needed for scalable, on-by-default cell results persistent cache, see https://github.com/marimo-team/marimo/issues/3176. Stable cell IDs can even enable "moving the cell" to another...

enhancement

### Description When the notebook is used locally always saving all results to disk is cheap. Therefore it makes sense to alleviate the cognitive burden for developers (assessing whether the...

enhancement

Langchaingo's side: add options like `CacherSkipGet bool` and `CacherSkipPut bool` that are understood *only* by `Cacher` as `llms.Model` impl, with clear semantics. Provider's side: Needed to support [Anthropic prompt caching](https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching).

When Jackson scans a class for JSON creators among static methods, it may encounter parameter types that are not present in classpath. In this case we get `TypeNotPresentException`. Instead of...

The relevant part of the current Javadoc: https://github.com/grpc/grpc-java/blob/6b04fc18f30deb3519c389fe457b99cf5a8d99d0/stub/src/main/java/io/grpc/stub/CallStreamObserver.java#L25-L35 As far as I can tell, for any call, there are three implementations of `StreamObserver` involved: 1) Implemented by the application, on...

enhancement
docs

Draft for #307. @gaborbernat @Yard1 please let me know how I should change the code from the API perspective. There are quite a bit very elaborate stuff that is hard...