toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-ollama-fake
/
org.http4k.connect.ollama
/
ChatCompletionGenerator
Chat
Completion
Generator
fun
interface
ChatCompletionGenerator
:
Function2
<
List
<
Message
>
,
ResponseFormat
?
,
List
<
String
>
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
List
<
Message
>
,
p2
:
ResponseFormat
?
)
:
List
<
String
>