Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
Hmm, it's working for me in the hosted and on premise version. Can you try hitting shift+refresh on the page to ensure you're getting the latest content for the iframe?
What's the issue? Both [should be available](https://github.com/wandb/openui/blob/main/backend/openui/server.py#L398) when you have your OPENAI_API_KEY set...
You can do this today. Click the code edit button for any existing component and paste your html. Then you can ask the LLM to make changes and it will...
You'll need to change the model to use a groq model from the settings button. That error is saying it attempted to use gemini-1.5-pro but that doesn't exist because no...
This might be fixed in the latest release. Not sure what that wasn't working before. There's also a new [preferred method of running OpenUI](https://github.com/wandb/openui?tab=readme-ov-file#docker-preferred) in the readme.
I think this is due to ollama not officially supporting the vision API's, I'll look into a fix this week.
@tshrjn behind the scenes we're using Plotly to convert the matplotlib object into an interactive chart. If you wrap your matplotlib object in `wandb.Image` we'll instead render out a png...
Yep, if you call wandb.log multiple times the step slider will be available for plotly charts. We'll add a +1 to custom x-axis for media panels.
Sorry about that, we'll update the docs. You can pass in a Plotly figure object to wandb.log. Any of the examples here: https://plotly.com/python/line-charts/ would work by replacing `fig.show()` with `wandb.log({"plotly_chart":...
@THU-syh because you logged an artifact in the original run, we must sync from the same machine where that artifact existed. Were the rest of the metrics synced or did...