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

Commit

Permalink
Update to version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoKanning committed Aug 4, 2023
1 parent cd2be86 commit 332855d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
import com.theokanning.openai.completion.chat.ChatMessage;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;

import java.util.*;

/**
* Token calculation tool class
*/
@Slf4j
public class TikTokensUtil {
/**
* Model name corresponds to Encoding
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.theokanning.openai-gpt3-java
VERSION_NAME=0.14.0
VERSION_NAME=0.15.0

POM_URL=https://github.com/theokanning/openai-java
POM_SCM_URL=https://github.com/theokanning/openai-java
Expand Down

0 comments on commit 332855d

Please sign in to comment.