Awesome
<p align="center"> <img alt="lwe-logo-small" src="https://github.com/llm-workflow-engine/llm-workflow-engine/assets/43772/6921deac-0964-41a9-84fd-7c2ebce198c0" /> </p> <h1> <p align="center"> LLM Workflow Engine </p> </h1> <p id="summary-header" align="center">LLM Workflow Engine (LWE) is a <b>Power CLI</b> and <b>Workflow manager</b> for LLMs.</p> <h4 id="documentation" align="center"> <a href="https://llm-workflow-engine.readthedocs.io" target="_blank"> Read the documentation </a> </h4> <h4 id="intro-video" align="center"> <a href="https://www.youtube.com/watch?v=-FiYQiS5nY4" target="_blank"> WATCH INTRO VIDEO </a> </h4>Welcome!
What would you like to do?
- Learn about the project
- Install LWE
- Learn how to use it
- Read the documentation
- Learn more about configuration/features
- Troubleshoot common issues
- Upgrade LWE
- Using GPT4
- Report a bug
- Get support
What happend to the original ChatGPT Wrapper project?
ChatGPT Wrapper was an amazing tool for its time, thank you to its original creator mmabrouk for all your hard work, it lives on in a new form :)
Highlights
🤖 LWE lets you use the powerful ChatGPT/GPT4 bot from the command line.
💬 Runs in Shell. You can call and interact with ChatGPT/GPT4 in the terminal.
💻 Supports official ChatGPT API. Make API calls directly to the OpenAI ChatGPT endpoint (all supported models accessible by your OpenAI account)
🔌 Simple plugin architecture. Extend LWE with custom functionality
🗣 Supports multiple LLM providers. Provider plugins allow interacting with other LLMs (GPT-3, Cohere, Hugginface, etc.)
🔄Build workflows. Easily integrate calls to an LLM into larger workflows via Ansible Playbooks
🔧 Tool use. (for supported providers)
🐳 Docker image. LWE is also available as a docker image. (experimental)
🐍Python API. LWE also has a Python library that lets you use ChatGPT/GPT4 in your Python scripts.
Projects built with the original ChatGPT Wrapper
- bookast: ChatGPT Podcast Generator For Books
- ChatGPT.el: ChatGPT in Emacs
- ChatGPT Reddit Bot
- Smarty GPT
- ChatGPTify
- selection-to-chatgpt
Contributing
We welcome contributions to LWE! If you have an idea for a new feature or have found a bug, please open an issue on the GitHub repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- The original ChatGPT Wrapper project (which LWE grew from) was created and maintained by mmabrouk
- The original ChatGPT Wrapper project is a modification from Taranjeet code which is a modification of Daniel Gross code.