autogen without OPENAI - how to fork and create an openai free version? #1158
Replies: 3 comments 6 replies
-
Have you checked our discord server? There's a lot of discussion there among users running non-openai LLMs with autogen. |
Beta Was this translation helpful? Give feedback.
-
Use local models and use https://docs.vllm.ai/en/latest/ which supports an OpenAI compatible API. |
Beta Was this translation helpful? Give feedback.
-
Analysis of AutoGen, Ollama, and Open-Source AI Frameworks AutoGen has introduced a dependency on OpenAI in recent updates. Potential Solutions and Their Implications Complete control over the codebase Cons: Significant development effort required B. Find an Older Version of AutoGen Quick solution that allows continued use of AutoGen Cons: Miss out on new features and bug fixes C. Customize AutoGen from Source Retain AutoGen's core functionality while removing unwanted dependencies Cons: Requires deep understanding of AutoGen's codebase D. Seek Alternative Open-Source Frameworks Potentially find a framework more aligned with open-source principles Cons: Learning curve for new framework Long-term Considerations Open-Source Integrity: The incident highlights the importance of truly open-source solutions that don't have hidden dependencies on proprietary services. Recommended Long-term Strategy Immediate Solution: Use an older version of AutoGen or create a custom fork that removes the OpenAI dependency. This allows continued development while a long-term solution is developed. By taking these steps, you can work towards a solution that not only meets your immediate needs but also contributes to a more open and flexible AI development ecosystem. |
Beta Was this translation helpful? Give feedback.
-
I don't know where to begin... but can someone please walk me through how we could fork this thing and eliminate ALL of the openai and azure stuff...?
I HAVE BEEN STUCK WITH CONFIG_LIST NONESENSE FOR WEEKS... everything funnels through openai -> how can we trust that openai and microsoft are not using this to control our open-source attempts?
Anyone else want to form a coalition to create a langchain/autogen hybrid that doesnt go near openai and microsoft?
Beta Was this translation helpful? Give feedback.
All reactions