Skip to content

Commit

Permalink
Merge pull request chenfei-wu#348 from microsoft/shamao/low-code-gpt
Browse files Browse the repository at this point in the history
Shamao/low code gpt
  • Loading branch information
dawnmsg authored Apr 15, 2023
2 parents 1c29597 + 2191d3d commit c4c9772
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions LowCodeLLM/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Low-code LLM

**Low-code LLM** is a novel human-LLM interaction pattern, involving human in the loop to achieve more controllable and stable responses.

As shown in the following figure:
- A Planning LLM generates a workflow for the complex tasks. The workflow is highly structured and support users to easily edit it with dragging and dropping.
- Users can edit the workflow in six pre-defined low-code operations, which are all supported by clicking, dragging or text editing.
- The reviewed workflow will guide the Implement LLM to generate responses.
- Users can continue refining the workflow until getting a satisfactory results.

<img src="https://github.com/microsoft/visual-chatgpt/blob/main/assets/low-code-llm.png" width="1000">

## Paper
Low Code LLM [Coming Soon]

## Codes and System
In progress, coming in a very near future...

Binary file added assets/low-code-llm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4c9772

Please sign in to comment.