We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0179c2e commit b7e75d1Copy full SHA for b7e75d1
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Added
5
+- Add option to select OpenAI model.
6
+
7
+### Changed
8
+- Do not check if prompt is too large, but let OpenAI API do the validation.
9
10
## [0.7.0] - 2023-04-12
11
gradle.properties
@@ -3,7 +3,7 @@ pluginGroup = com.github.blarc
pluginName = AICommits
pluginRepositoryUrl = https://github.com/Blarc/ai-commits-intellij-plugin
# SemVer format -> https://semver.org
-pluginVersion = 0.7.0
+pluginVersion = 0.8.0
# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231
0 commit comments