Skip to content

Commit

Permalink
fix: remove required tag for LLMGetNumTokensResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Dec 2, 2024
1 parent 7b145b7 commit 05b9823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/types/entities/model_entities/llm.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@ type LLMResultChunkDelta struct {
}

type LLMGetNumTokensResponse struct {
NumTokens int `json:"num_tokens" validate:"required"`
NumTokens int `json:"num_tokens"`
}

0 comments on commit 05b9823

Please sign in to comment.