Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FMXExpress committed Sep 9, 2023
2 parents 8a5c7be + a18169c commit e815626
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e815626

Please sign in to comment.