You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨v0.1.0✨【派对邀请】【Party Invitation】
This release includes the following features:
LLM
Supports two modes of operation: API calls and local deployment
Allows the LLM to be used as a tool attached to another larger model
Supports the visual capabilities of GPT-4
Can load word embedding models independently, or attach word embedding models as a tool to the LLM.
Tools
Supports basic intelligent agent needs such as knowledge bases, code interpreters, and online queries
Added practical tools for time, weather, Wikipedia, and academic paper queries
Introduced a omnipotent interpreter tool that enables the LLM to perform any task by automatically installing the necessary libraries for the LLM-generated code in a virtual environment, essentially allowing any code-executable task to be performed automatically
Added an API tool that allows the LLM to call user-defined APIs
Workflow
Added start_dialog and end_dialog nodes, enabling workflows to create loopback links
Added classify persona and classify function, allowing the workflow to execute different parts based on user input
Introduced string logic nodes for quick construction of conditional judgments within workflows
Added workflow transfer nodes that allow one workflow to be embedded within another, working in conjunction with string logic nodes to execute different large-scale workflows based on the LLM's output
Frontend Application
Added the setup_streamlit_app.bat file for quick setup of your LLM workflow application