Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/copilot #76

Merged
merged 10 commits into from
Feb 12, 2024
Prev Previous commit
Next Next commit
update news
  • Loading branch information
JamesHWade committed Feb 12, 2024
commit 591865bd1c2c5e8383ea263ff43d60aa19ae7d2f
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# gpttools (development version)

# gpttools 0.0.8
# gpttools 0.0.9

## Major features and improvements

* Added a GitHub Copilot-like code suggestion adding called "Copilot."
* Added support for more AI services: anthropic, huggingface, google ai studio, and ollama (local models) (in #0042b93, #f3c64c2).
* Implemented a fully local option for AI models (in #231f2c8, #482157f).
* Users can now use local embeddings as an option within the package (in #0042b93).