Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 332855d

Browse files
committed
Update to version 0.15.0
1 parent cd2be86 commit 332855d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

api/src/main/java/com/theokanning/openai/utils/TikTokensUtil.java

-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
import com.theokanning.openai.completion.chat.ChatMessage;
99
import lombok.AllArgsConstructor;
1010
import lombok.Getter;
11-
import lombok.extern.slf4j.Slf4j;
1211

1312
import java.util.*;
1413

1514
/**
1615
* Token calculation tool class
1716
*/
18-
@Slf4j
1917
public class TikTokensUtil {
2018
/**
2119
* Model name corresponds to Encoding

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.theokanning.openai-gpt3-java
2-
VERSION_NAME=0.14.0
2+
VERSION_NAME=0.15.0
33

44
POM_URL=https://github.com/theokanning/openai-java
55
POM_SCM_URL=https://github.com/theokanning/openai-java

0 commit comments

Comments
 (0)