Beibin Li
Beibin Li
再汇报下: 1. org 文件中的 YouTube 链接是短链,已经过期了。放 full link 比较好,不会出现这样的问题。 2. 第六天的 YouTube 视频好像被删了,不过我 百度已经下载了,就说一句。
This is a great PR. Thanks so much! @sonichi @ekzhu @qingyun-wu @jackgerrits We had conversation about creating our own "message" format. Do you think we should proceed ASAP? This PR...
@ekzhu It seems like an issue reading txt from non-ASCII/Unicode encoding. GBK encoding is usually designed for older version of Windows machine (for non-English language).
An easy way to do it is run the following command in the terminal. ```bash git add . pre-commit run --all-files git add . ```
@tj-cycyota Don't worry about the security check failure. It was from updates from other commits, which we are trying to resolve now.
@NikolayTV Very nice PR! Thanks for your contribution~! Let's fix the formatting issues. An easy way to do it is run the following command in the terminal ```bash git add...
@sadiqgpasha89 Thanks for this feature request. Since I don't have access to any enterprise account, do you have any pointers (links, documentations, etc.) on how to use the service account...
@tomorrmato, thank you for the detailed bug report! As you already mentioned, for instance at the end of the [LMM Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_lmm_gpt-4v.ipynb), my implementation with three agents (Commander, Critics, and Coder)...
@tomorrmato Please see the PR #1926
@tomorrmato Yes, it should resolve your issue. The PR is not merged into the main branch yet, but you can checkout to the working branch to test your code. Or,...