From a18169cce3bf9b55616023186224e83aa09d7d22 Mon Sep 17 00:00:00 2001 From: FMXExpress Date: Wed, 2 Aug 2023 12:26:46 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0bb78a2..e6a1927 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,18 @@ Built in functionality includes: * Optimize Code * Translate Between Languages +Supported models include: +* gpt-3.5-turbo-16k +* gpt-4 +* vicuna-13b +* gpt4all +* falcon-40b-instruct +* llama70b-v2-chat +* llama13b-v2-chat +* freewilly2 +* fastervicuna_13b +* and more! + Built with [Delphi](https://www.embarcadero.com/products/delphi/) using the FireMonkey framework this client works on Windows, macOS, and Linux (and maybe Android+iOS) with a single codebase and single UI. At the moment it is specifically set up for Windows. It features a REST integration with OpenAI.com (ChatGPT) and Replicate.com for providing source code generation functionality within the client. You need to sign up for API keys to access that functionality. Replicate models can be run in the cloud or locally via docker.