Victor Dibia

Results 218 comments of Victor Dibia

Hi all, Thanks for triaging this. Like you mention, I believe this is a windows-related issue where some code that works correctly on linux resolves incorrectly on windows. Specifically, this...

@Starskimmer , Thanks for the note. I think you are right. Adding a [fix](https://github.com/microsoft/autogen/commit/91eba071cd681b259e7a3ddc37595f969f4e5882) . Will get my paws on a windows machine at some point and test this out.

This has been addressed and tested to work on windows. Closing out for now. Feel free to reopen if still seeing a related issue.

Hi @AKRFranko , Currently, AutoGen studio only supports human input model `NEVER`. Supporting other modes is on the roadmap and requires additional streaming infrastructure. This is also discussed in #1278...

Hi @hotsmile, Can you provide more details on what you mean by "can't use the ipv4 to access UI" and your broader use case? AutoGenstudio uses a fastapi underneath. Perhaps...

Thanks for the note @mokshablr. @hotsmile , let us know if that works.

A note on using the host parameter has been added to the readme. Thanks.

This is related to #412 where we are discussing the structure of the content of the logged_history. Given the overlap, I'll work on that when #203 is finalized.

@afourney , is there a branch we can link here on what Cheng is doing? I agree with @sonichi that sharing progress will provide surface to provide feedback and also...

Hi @iplayfast , Thanks for the feedback. The error message suggests the issue is the missing `http://` i.e. `http://localhost:9000` instead of `localhost:9000`. What version of autogenstudio are you using also?