Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ChatCompletion), | intent(inout) | :: | this |
elemental impure subroutine print_max_tokens(this) class(ChatCompletion), intent(inout) :: this print "('max tokens: ',I4)", this%max_tokens end subroutine print_max_tokens