Beibin Li
Beibin Li
Thanks @arjun-g for updating. Take a look at @luxzoli PR #2805 , and we might need to slightly update this PR to be consistent with vertexai package. I will edit...
@yeounoh In your test case, you can move the "import" line into the existing "try...catch..." clause.
@mcwongmc Great! Thanks for your suggestion! Very helpful tips and debug~! I have added your comments into [this commit](https://github.com/microsoft/autogen/commit/a0de450b461bbb6991bf9d785ca6530c767cb900) in the gemini branch. @ekzhu Check the commit above, which might...
@WaelKarkoub Thanks for continuing contribution awesome features for AutoGen! I realllllly like it! A small comment: I think the "audio_transcriber" and "audio_generator" should be under the "autogen/agentchat/contrib/capabilities/" folder. What do...
@marklysze Yes, let's say I am using Ollama with "stream=True". Here is a simple code to reproduce the error: ```python from autogen import AssistantAgent, UserProxyAgent config_list = [ { "model":...
@marklysze Yes, I was using the original client, and your "api_type" hack works. Would it also work for LM Studio or other local hosts?
We don't have 01/Yi/LM Studio/TogetherAI and many other customized clients provided, and they all go through the classic oai client by default. Unless we want to reroute these traffics all...
@WaelKarkoub I really like this PR. One comment about variable name: the "content" has a special meaning in OpenAI API. Can we use a different variable name for the HTML...
> I'm often passing html, or markdown with html tags. How would this integrate? How will it know when tags should and shouldn't be expanded? Any suggestions to "escape" these...
@WaelKarkoub It seems like some test failed.