Results 5 comments of lcorcodilos

Just wanted to say thanks! Using ``` * { white-space: pre; } ``` fixed my separate issue that the syntax highlighting was messing up the white space in JSON and...

> I confirm that I solved the problem of the trailing ``. > > My root cause was using `langchain.llms.AzureOpenAI` with the `gpt-35-turbo` model that is a Chat model. >...

> The new error is because there isn't parity between what fsspec expects as key names and what object_store expects between key names. @deanm0000 I'm running into this same issue....

I was able to get this working by changing https://github.com/pola-rs/polars/blob/main/py-polars/polars/io/_utils.py#L229-L230 and https://github.com/pola-rs/polars/blob/main/py-polars/polars/io/_utils.py#L229-L230 from ```python storage_options["encoding"] = encoding return fsspec.open(file, **storage_options) ``` to ```python # storage_options["encoding"] = encoding -- commenting out...

Still seeing this in LanceDB 0.25.2 and Polars 1.35.1 and commenting to bump. Thanks!