Myles Scolnick
Myles Scolnick
hey @sanzoghenzo - that sounds like a reasonable change. would you be open to helping contribute this feature?
I think it might be better to go with `[ai.azure]`. But we will still need to set which provider to use, so maybe we add `[ai.provider_type]` like here: https://github.com/marimo-team/marimo/issues/4318
Hey @sanzoghenzo, anything we can help with on this PR? If you want to put up a draft PR, we can take a look early or make contributions
This is now fixed by https://github.com/marimo-team/marimo/pull/6018 (which will be in the next release 0.15.0). Providers are encoded in the model ID: `azure/gpt-4o`, `openai/gpt-4o`
Looks like an issue with an upstream library: https://github.com/TexteaInc/json-viewer/pull/531
Closed by https://github.com/marimo-team/marimo/pull/3430
@colobas thanks for reporting and the detailed issue. this is definitely an odd bug. we will look into this next
What is the expected output? This looks pretty correct to me?
This would maybe a be a bit tricky. These get converted to JSON types (that output is called the json-viewer), so set/list/tuple all get converted to `array`
@bluss i have a fix out for the case of `sys.version_info` (when an object extends list/tuple/dict): https://github.com/marimo-team/marimo/pull/3047