http4k-connect-ai-ollama
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-ai-ollama
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
)
(
source
)