Victor Dibia
Victor Dibia
I have the exact same question. I'd like to train the centernet model on a fairly simple task - predict the center of a bounding boxes. It will be really...
Thanks for noting this. Will double check and debug.
Addressed in the `autogenstudi` branch. Thanks again!   
Hi @antoan, Thanks for the note. Currently, there is only support for core autogen agent classes - UserProxy, Assistant (GroupChat support currently in development and on the [roadmap](https://github.com/microsoft/autogen/issues/737)). We plan...
Hi What model are you using? You must also specify the model you intend to use in the workflow config UI (and remove all others)
Under models … can you confirm you have an api key? Eg when you select gpt-4-1106-preview … can you ensure you have your api key setup there also.
Your key seems long. Is this Azure Open AI or OpenAI? Note: - For azure openai, you will need to fill in all the fields (see below) - For openai...
Great. Current work for this is being done on the [autogenstudio](https://github.com/microsoft/autogen/tree/autogenstudio) branch.
Hi @romilan24 , Thanks for the note. Ollama does provide an openai compatible api. https://ollama.com/blog/openai-compatibility. This way, if you put in your model name, base url and api key, (similar...
@harrywang We expect the same backend functionality and tech stack, just updates to UX. - Gatsby and FastAPI will remain unchanged. - We do not have an ETA at the...