class Llama::StreamingDecoder

Overview

Converts token byte pieces into chunks that are always valid UTF-8.

Defined in:

llama/streaming_decoder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def finish : String #

[View source]
def push(bytes : Bytes) : String #

[View source]