h2oai / h2ogpt

Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://gpt-docs.h2o.ai/
http://h2o.ai
Apache License 2.0
11.28k stars 1.24k forks source link

Autogen Backend w/ Code Execuation Agent + OpenAI File Handling + OpenAI Chat/Text completion w/ streaming for AutoGen #1776

Closed pseudotensor closed 2 months ago

pseudotensor commented 2 months ago

Example prompts:

https://microsoft.github.io/autogen/docs/tutorial/conversation-patterns/ https://microsoft.github.io/autogen/docs/Installation#option-2-install-autogen-locally-using-virtual-environment https://microsoft.github.io/autogen/docs/tutorial/code-executors/

Some discussions: https://www.reddit.com/r/LangChain/comments/1db6evc/best_production_agent_framework_langraph_vs/ https://www.reddit.com/r/LangChain/comments/1b7q44y/autogen_vs_langgraph/ langchain tools with autogen: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_langchain.ipynb

pseudotensor commented 2 months ago

image

pseudotensor commented 2 months ago

image