Skip to content

Commit

Permalink
feat: update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DahnM20 committed Nov 7, 2023
1 parent acda42a commit 9234ab5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@

<div align="center">

## 🎉🚀 v0.5.0 is Now Available 🚀🎉
## 🎉🚀 v0.5.1 is Now Available 🚀🎉


🚀 **GPT-4-Turbo** | 👀 **GPT-4-Vision** | 🎨 **Dall-E-3**
</br>
🌟 **UI Enhancements** | ↔️ **New Layout View** | 🤖 **New Merge Node** | ✨ **Support for large input**


</div>

---
Expand Down Expand Up @@ -84,11 +88,15 @@ In a nutshell, AI Flow provides a visual platform for crafting and managing AI-d

> By combining those features we can create different flows.
#### Describe picture with AI

![ai-vision](assets/gpt-vision.png)

#### Create a custom layout for your flow

When your flow is complete, you have the option to run it as is or create a custom layout focusing on the most interesting parts.

![image-summary](assets/layout.png)
![layout-view](assets/layout.png)


## Installation (Windows executable)
Expand Down
Binary file added assets/gpt-vision.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-flow-front",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/nodesConfiguration/inputImageNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const inputImageNodeConfig: NodeConfig = {
},
],
outputType: "imageUrl",
defaultHideOutput: true,
defaultHideOutput: false,
section: 'input',
helpMessage: 'inputHelp'
};
Expand Down

0 comments on commit 9234ab5

Please sign in to comment.