Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Version 0.0.4

Compare
Choose a tag to compare
@ravenscroftj ravenscroftj released this 15 Apr 12:55
· 216 commits to main since this release
  • Added multi-threaded server support which should prevent health checks aimed at GET / from failing during prediction.
  • Separated autocomplete lambda into a separate C++ function so that it can be bound to /v1/completions, /v1/engines/copilot-codex/completions and /v1/engines/codegen/completions
  • Removed model from completion input as required param which stops the official copilot plugin from freaking out
  • Integrate latest changes from upstream ggml including some fixes for ARM NEON processor
  • Added Mac "universal binary" builds as part of CI
  • Support for fork of vscode-fauxpilot with a progress indicator is now available (PR is open upstream, please react/vote for it) vscode-fauxcode now supports progress indication