diff --git a/README.md b/README.md index b9dda09..a07ee95 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # TurboPilot -TurboPilot is a super fast [fauxpilot](https://github.com/fauxpilot/fauxpilot) clone which uses the library behind [llama.cpp](https://github.com/comex/llama.cpp) to run huge [6 Billion Parameter Salesforce Codegen models](https://github.com/salesforce/CodeGen) in 2GiB of RAM. +TurboPilot is a self-hosted [copilot](https://github.com/features/copilot) clone which uses the library behind [llama.cpp](https://github.com/comex/llama.cpp) to run huge [6 Billion Parameter Salesforce Codegen models](https://github.com/salesforce/CodeGen) in 2GiB of RAM. It is heavily based and inspired by on the [fauxpilot](https://github.com/fauxpilot/fauxpilot) project. + +![a screen recording of turbopilot running through fauxpilot plugin](assets/screenrecording.gif) ## Getting Started diff --git a/assets/screenrecording.gif b/assets/screenrecording.gif new file mode 100644 index 0000000..3505129 Binary files /dev/null and b/assets/screenrecording.gif differ