From e03591b1e3f33b53afbece42f1d512f91c4326e9 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 16 Apr 2023 18:12:55 +0100 Subject: [PATCH] add turbopilot draft --- .../content/posts/2023/04/turbopilot/index.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 brainsteam/content/posts/2023/04/turbopilot/index.md diff --git a/brainsteam/content/posts/2023/04/turbopilot/index.md b/brainsteam/content/posts/2023/04/turbopilot/index.md new file mode 100644 index 0000000..e47f2e1 --- /dev/null +++ b/brainsteam/content/posts/2023/04/turbopilot/index.md @@ -0,0 +1,21 @@ +--- +type: post +draft: true +title: "Introducing Turbopilot" +date: 2023-04-16T14:08:55Z +description: My local intelligent auto-complete project +url: /2023/04/16/turbopilot +type: post +mp-syndicate-to: +- https://brid.gy/publish/mastodon +- https://brid.gy/publish/twitter +resources: + - name: feature + src: images/thesis_mug_small.jpg +tags: + - ai + - open-source + +--- + +I started TurboPilot over the easter weekend when I was stuck at home bored with COVID. As an AI specialist, I've been following OpenAI, Copilot and all things GPT very closely and I've been enspired excited by all the open activity like [llama.cpp](https://github.com/ggerganov/llama.cpp) which allows you to run large language models locally on CPU. I decided that it might be quite useful to have intelligent code autocompletion that runs locally without sending my data to the OpenAI mothership for analysis and when I'm travelling with limited connectivity like on trains or planes. \ No newline at end of file