toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-ai-ollama
/
org.http4k.connect.ollama.action
/
ChatCompletionResponse
/
ChatCompletionResponse
Chat
Completion
Response
constructor
(
model
:
ModelName
,
created_at
:
Instant
,
message
:
Message
?
,
done
:
Boolean
,
total_duration
:
Long
?
=
null
,
load_duration
:
Long
?
=
null
,
prompt_eval_count
:
Long
?
=
null
,
prompt_eval_duration
:
Long
?
=
null
,
eval_count
:
Long
?
=
null
,
eval_duration
:
Long
?
=
null
)