- All Superinterfaces:
Model
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic final recordChat requirement.static interfacestatic enum -
Method Summary
Modifier and TypeMethodDescriptiondefault List<Chat.ResponseMessage>chat(List<Chat.Message> messages) default List<Chat.ResponseMessage>chat(Chat.Message... messages) reactor.core.publisher.Mono<List<Chat.ResponseMessage>>chatAsync(List<Chat.Message> messages) default reactor.core.publisher.Mono<List<Chat.ResponseMessage>>chatAsync(Chat.Message... messages) intMethods inherited from interface org.nasdanika.ai.Model
getMaxInputTokens, getName, getProvider, getVersion
-
Method Details
-
chatAsync
-
chatAsync
-
chat
-
chat
-
getMaxOutputTokens
int getMaxOutputTokens()
-