Skip to content

Commit e79cf31

Browse files
authored
Release v2.2.4+0.1.8+8.19
Merge pull request #33 from JetBrains-Research/v2.2.4-dev
2 parents 861be87 + eecbd48 commit e79cf31

File tree

6 files changed

+3655
-6
lines changed

6 files changed

+3655
-6
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ src/test/resources/**/.vscode
2020

2121
# Ignore the generated build files in datatests inside benchmarks
2222
dataset/**/result
23-
dataset/**/.vscode/
23+
dataset/**/.vscode/
24+
25+
# Ignore private files used while benchmarking
26+
src/test/benchmark/benchmarkPrivate/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.2.4
4+
5+
Contains no public changes. Updates the endpoints for the Grazie LLM Service in order to make it work with the latest version of Grazie service tokens.
6+
37
## 2.2.3
48

59
- Fix critical issue with proof checking. Before, when the choices parameter was high, sometimes the wrong proof could be generated and not identified as incorrect.

0 commit comments

Comments
 (0)