From 010536b95ee937a846c3ad49dd6c77632724de55 Mon Sep 17 00:00:00 2001 From: Andrii Kryvoviaz Date: Sat, 8 Jul 2023 21:31:50 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a697e..6ed1af7 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# app \ No newline at end of file +

Chatflow Logo

+ +[ChatFlow](https://chatflow.anir.cloud) is a cross-platform client application for [Open AI API](https://platform.openai.com/docs/api-reference). It allows you to use GPT-3.5 or GPT-4 models to generate responses. + +The app is available on iOS and macOS other platforms coming soon. + +### Key Features +- System Messages (to set the behavior of the AI) +- Edit History +- Regenerate Last Response +- Approximate token and cost calculation ([TikToken](https://github.com/openai/tiktoken)) +- Code related features (Monaco Editor, Code Highlighting, etc.) +- Cloud Sync across multiple devices (coming soon)