| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Copilot NES is a Deno project designed to test and evaluate AI code completion capabilities. It provides a structured framework for simulating GitHub Copilot-like behavior using various language models via the Ollama API.
Clone or navigate to the project directory:
git clone https://github.com/NeaByteLab/Copilot-NES.git
cd Copilot-NESCreate environment configuration:
cp .env.example .envConfigure your API key: Edit the .env file and replace YOUR_API_KEY_HERE with your actual API key:
LLM_API_KEY=your_actual_api_key_hereExecute the main script to test the AI completion system:
deno run --allow-all --env-file=.env index.tsThis project is licensed under the MIT license. See the LICENSE file for more info.
| Back | FazBrowse Home | New Git URL |