Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OKUA1 committed Feb 17, 2024
1 parent 4f38ff3 commit 76d5566
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>
</h1>

<h4 align="center">A microframework for building simple conversational AI agents.</h4>
<h4 align="center">A microframework for building LLM-powered applications.</h4>

<p align="center">
<a href="https://github.com/OKUA1/agent_dingo/releases">
Expand All @@ -23,9 +23,10 @@
</a>
</p>

_Dingo_ allows you to easily integrate any function into ChatGPT by adding a single line of code. With _Dingo_, you no longer have to worry about manually integrating the functions or dealing with intermediate function calls. The framework is crafted to automate these tasks, allowing you to focus on writing the core functionality.
_Dingo_ is a compact LLM orchestration framework designed for straightforward development of production-ready LLM-powered applications. It combines simplicity with flexibility, allowing for the efficient construction of pipelines and agents, while maintaining a high level of control over the process.

## Quick Start ⚡️
> ⚠️ Currently stable version is `v0.1`, which is going to be replaced soon by `v1` that introduces many new features like pipelines, RAG, etc. The most recent (unstable) version can be found in [this branch](https://github.com/BeastByteAI/agent_dingo/tree/pipelines).
**Step 1:** Install `agent-dingo`

Expand Down

0 comments on commit 76d5566

Please sign in to comment.