This commit is contained in:
Carl-Robert Linnupuu 2024-02-26 15:10:26 +02:00
parent 88946343c5
commit b972078395
3 changed files with 7 additions and 2 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.4.0] - 2024-02-26
### Added
- Support for custom OpenAI-compatible service (#383)
@ -363,7 +365,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `OPENAI_API_KEY` persistence, key is saved in the OS password safe from now on
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.3.1...HEAD
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.4.0...HEAD
[2.4.0]: https://github.com/carlrobertoh/CodeGPT/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.12...v2.3.0
[2.2.12]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.11...v2.2.12

View file

@ -13,6 +13,8 @@ Access state-of-the-art LLMs like GPT-4, Code LLama and more, all for free.
a) **OpenAI** - Requires authentication via OpenAI API key.
a) **Custom OpenAI-compatible service** - Choose between multiple different providers, such as Together, Anyscale, Groq, Ollama and many more.
b) **Azure** - Requires authentication via Active Directory or API key.
c) **You.com** - A free, web-connected service with an optional upgrade to You⚡Pro for enhanced features.

View file

@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert
pluginName = CodeGPT
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
# SemVer format -> https://semver.org
pluginVersion = 2.3.1
pluginVersion = 2.4.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 213