Codellm - User Local LLM and OPENAI to power your favorite IDE VSC.
by•
This Visual Studio Code extension integrates with the Large Language Model (OLLAMA), an open-source language model, offering both offline and online functionality. It's designed to simplify generating code or answering queries directly within the editor.
Replies
Best
Maker
📌
Hey everyone, I wanted to share something I've been working on—a Visual Studio Code extension that I hope might make your coding life a bit easier. It's nothing fancy, just a little tool that integrates with the OLLAMA language model to help with code generation and answering queries right in your editor. Feature includes:
1. Embeddings Support: Boost prompt context with local or OpenAI embeddings via Redis.
2. File Type Support: Effortlessly embed content from PDFs, DOCX, JSON, and TXT files.
3. Codebase Embedding: Tailor responses by embedding your entire codebase in Redis or OpenAI.
4. OpenAI API Integration: Access GPT-3, GPT-4, or ChatGPT models for advanced code generation and NLP.
Replies
EasySpeak