toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-lmstudio
/
org.http4k.connect.lmstudio.action
/
Usage
Usage
@
JsonSerializable
data
class
Usage
(
val
prompt_tokens
:
Int
?
,
val
completion_tokens
:
Int
?
,
val
total_tokens
:
Int
?
)
Members
Constructors
Usage
Link copied to clipboard
constructor
(
prompt_tokens
:
Int
?
,
completion_tokens
:
Int
?
,
total_tokens
:
Int
?
)
Properties
completion_
tokens
Link copied to clipboard
val
completion_tokens
:
Int
?
prompt_
tokens
Link copied to clipboard
val
prompt_tokens
:
Int
?
total_
tokens
Link copied to clipboard
val
total_tokens
:
Int
?