Skip to content

Commit

Permalink
Delete unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin1104 committed Oct 25, 2023
1 parent 068752d commit 1bdd4a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/meta/cp4m/llm/HuggingFaceLlamaPrompt.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ private int tokenCount(String message) {
}

private static class PromptBuilder {

int totalTokens = 5;

StringBuilder promptStringBuilder = new StringBuilder();

void addSystem(Message message) {
Expand Down

0 comments on commit 1bdd4a4

Please sign in to comment.