generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Basic integration
Tomasz Staniewski edited this page Jan 9, 2023
·
3 revisions
- To use pick-your-autocompletion with OpenAI backend, you first need to create new account in https://beta.openai.com/ page if you don't have one already.
- Visit https://beta.openai.com/account/api-keys and generate new api key.
- Launch your IDE
- Go to the Setting -> Language & Frameworks -> Pick Your Autocompletion
- Pick OpenAi integration
- Paste your token
- Done!
- To use pick-your-autocompletion with OpenAI backend, you first need to create new account in https://huggingface.co/ page if you don't have one already.
- Visit https://huggingface.co/settings/tokens and generate new api key.
- Launch your IDE
- Go to the Setting -> Language & Frameworks -> Pick Your Autocompletion
- Pick HuggingFace integration
- Paste your token
- Done!