(model string, promptTks, completionTks int)
| 37 | EstimateChatCompletionStreamCostWithTokenCounts(model, content string) (int, float64, error) |
| 38 | EstimateCompletionCost(model string, tks int) (float64, error) |
| 39 | EstimateTotalCost(model string, promptTks, completionTks int) (float64, error) |
| 40 | EstimateEmbeddingsInputCost(model string, tks int) (float64, error) |
| 41 | EstimateChatCompletionPromptTokenCounts(model string, r *goopenai.ChatCompletionRequest) (int, error) |
| 42 | } |
no outgoing calls
no test coverage detected