Skip to content

Files

Latest commit

 

History

History
26 lines (15 loc) · 583 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 583 Bytes

wizardcoder-sandbox

Rapid prototyping AI code generation tool.

auto mode (?autoMode=false)

Loop with a request to make improvements based on initial prompt. If false will behave like a chat window.

clear mode (?clearMode=false)

Clear response with each iteration. If false each response will append to editor.

copilot (⌘b)

Command B will kick off copilot completion using completions API

Development

pnpm i
pnpm dev

For best performance run locally. The API used can be found here: https://github.com/matthoffner/ggml-fastapi