jeromeroussin

Results 9 issues of jeromeroussin

Hey, streamlit_ace is great stuff. I am having issues though making the "markers" option do anything. Am I correct to think that it takes a list of dicts looking like...

### What happened? I am seeing a ton of these in my logs: UserWarning: Pydantic serializer warnings: Expected `list[float]` but got `str` - serialized value may not be as expected...

bug

### What happened? We've noticed that "max_tokens" (from https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json or https://github.com/BerriAI/litellm/blob/main/litellm/model_prices_and_context_window_backup.json) sometimes means max_input_tokens and sometimes max_output_tokens. We were internally relying on it to mean max_input_tokens. We'll switch to explicitely...

bug

### What happened? My cicd pipeline is seeing numerous failures with 1.43.15 when checking that a cost is properly passed in to my custom success callback. The same test, using...

bug

### What happened? We have these settings set: ``` litellm_settings: callbacks: callback.handler drop_params: true request_timeout: 120 ``` We are observing timeouts for one of our deployments, so I have added...

bug
awaiting: user response

### What happened? I am setting both "timeout" and "stream_timeout" in my config.yaml like below. ```yaml - model_name: "gpt-4o" litellm_params: model: "azure/gpt-4o" api_key: "os.environ/AZURE_API_KEY_EU2" api_base: "os.environ/AZURE_API_BASE_EU2" api_version: "os.environ/AZURE_API_VERSION" timeout: 300...

bug

### What happened? Sometime between 1.52.16 and 1.53.1, the way reaching max_parallel_requests is handled changed from a "failed_api_call" to a "post_api_call". This breaks my tests, but more importantly it does...

bug

### The Feature There is currently no way to set separate default timeout values for streaming and non-streaming calls. "timeout" and "stream_timeout" are per-model settings in the config.yaml, and "request_timeout"...

enhancement
stale

### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary As far...

type:enhancement
feature:app-testing