Spaces:
Running
Update README.md
Browse files## Plugin description
The main idea behindg Pick Your Autocompletion plugin is to provide free and open source alternative for AI powered auto completion assistants such as [Github Copilot](https://copilot.github.com/) or [Tabnine](https://www.tabnine.com/).
Connect it with one of many AI providers like [OpenAi](https://openai.com/) or [HuggingFace](https://huggingface.co/).
Use your own custom hosted AI text transformer if you value privacy or want to you want to customize your predictions.
![Animation](https://user-images.githubusercontent.com/29047748/173250430-ef2c5d86-5776-4e64-b292-7a6f95a2555b.gif)
## Installation
- Using IDE built-in plugin system:
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "pick-your-autocompletion"</kbd> >
<kbd>Install Plugin</kbd>
> **Not supported yet**
- Manually:
Download the [latest release](https://github.com/Tomislaw/pick-your-autocompletion/releases/latest) and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>βοΈ</kbd> > <kbd>Install plugin from disk...</kbd>
@@ -1,10 +1,13 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
|
|
9 |
|
10 |
-
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
<img style="margin-right:20px;" align="left" width="100" height="100" src="https://user-images.githubusercontent.com/29047748/173244657-997e41d3-1817-42d0-a470-8b879daf350c.svg" alt="Resume application project app icon">
|
10 |
|
11 |
+
<h1 style="font-size: 40px; padding-top:20px;"> Pick Your Autocompletion </h1>
|
12 |
+
|
13 |
+
[Github page](https://duckduckgo.com) | [Documentation](https://duckduckgo.com)
|