Victor Dibia
Victor Dibia
Hi @nicho2 , Smaller models like Mistral 7B sometimes struggle with using skills. Similar to your thinking, this might be because the context is too long (hence your suggestion to...
Great! Please refer to the AGS contribution guide here, let me know if you have any questions https://github.com/microsoft/autogen/tree/autogenstudio/samples/apps/autogen-studio#contribution-guide
Also provide the version of openai you have. You probably just need to upgrade your openai version. See this [discussion](https://stackoverflow.com/questions/71873182/no-module-named-openai). ```bash pip uninstall openai pip install --upgrade pip pip install...
Hi @bl00dny , Thanks for this issue .. I will try to investigate and share an update! There is a chance that Kindle needs a specific format that needs to...
Hi, Thanks for the notes, I made some fixes (stripping out some additional css formatting that seems to be breaking kindle rendering), let me know if you are still having...
Great! Will go ahead and close this!
There is a new version of AutoGen that addresses the issue above, all behaviours are standardized on the updated AutoGen AgentChat api. See relevant documentation below. > See this video...