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