This commit is contained in:
Sakurasan
2023-04-26 03:56:29 +08:00
parent a34e579aa8
commit a100d75c00
2 changed files with 11 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ type Tokens struct {
PromptCount int
CompletionCount int
TotalTokens int
Cost float64
Cost string
Model string
PromptHash string
}