unclecode / groqopilot

VSCode Copilot for Groq fans!
Apache License 2.0
35 stars 4 forks source link

Groqopilot VSCode Extension

GroqoPilot

Groqopilot is a Visual Studio Code extension that integrates Llama3, and Groq, a high-speed inference engine, into your coding environment. Driven by the desire to use Groq everywhere, I built this for myself, hoping it can help others too.

Groqopilot v0.84: Supporting Llama3.1 Series and 405B Model

Let's have fun with the best open model on the fastest inference engine! šŸš€

Groqopilot v0.83: Contextual File & URL Attachments! šŸš€

Excited to announce two new features in Groqopilot for VS Code!

1ļøāƒ£ Mention any file from your workspace with @src/app.js to fetch its content into your chat context.Ɵ

2ļøāƒ£ Link an URL with @https://docs.phidata.com/introduction to include its content in your conversation.

šŸ‘‰ Check this post for more details: Groqopilot v0.83: Contextual File & URL Attachments! šŸš€

Features

Installation

Install from the Visual Studio Code Marketplace

  1. Open Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
  3. Search for "Groqopilot" in the Extensions view.
  4. Click "Install" and wait for the installation to complete.
  5. Restart Visual Studio Code if prompted.

Install from a VSIX file

  1. Download the VSIX file from the latest release on the GitHub repository.
  2. Open Visual Studio Code.
  3. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
  4. Click on the "..." menu in the top-right corner and select "Install from VSIX..."
  5. Navigate to the directory where you downloaded the VSIX file and select it.
  6. Click "Install" and wait for the installation to complete.
  7. Restart Visual Studio Code if prompted.

Future Plans

Contribution

Groqopilot is an open-source project, and contributions from the community are welcome. If you find this extension useful and would like to contribute to its development and maintenance, please feel free to submit pull requests or open issues on the GitHub repository.

Together, we can continue to improve Groqopilot and make it an essential tool for developers seeking the benefits of fast and efficient inference in their programming tasks.