Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ChatCompletion), | intent(inout) | :: | this |
elemental impure subroutine print_presence_penalty(this) class(ChatCompletion), intent(inout) :: this print "('presence_penalty: ',F3.1)", this%presence_penalty end subroutine print_presence_penalty