PythonCopilotPythonCopilot (aka Kaa) is a Visual Studio Code extension designed to assist with writing Python code. Kaa is a cute little python that uses a local AI model downloaded from Hugging Face to provide intelligent code suggestions and auto-completion. Additionally, Kaa leverages the OpenAI Chat GPT-3 API to provide extra help and comments in your code. UsageTo use PythonCopilot, simply install the extension in Visual Studio Code and open a Python file. As you type, the extension will provide intelligent code suggestions and auto-completion. Kaa will also automatically comment your code to help you understand what's going on. You can also use the following keyboard shortcuts:
Features
RequirementsKaa requires Visual Studio Code version 1.60.0 or higher and Python 3.7 to be installed on your computer. To use all of Kaa's features, you must also provide your OpenAI API key to the extension. You can obtain an API key by creating an account on the OpenAI website. Installation
Kaa will automatically install the following Python packages:
Known IssuesNo known issues at this time. Please report any issues you encounter while using the extension. ContributingContributions are welcome! Feel free to open an issue or submit a pull request. |