generate_bytes_with_config

Function generate_bytes_with_config 

Source
pub fn generate_bytes_with_config(
    prompt: &[u8],
    bytes: usize,
    max_order: i64,
    config: GenerationConfig,
) -> Vec<u8> 
Expand description

Generate a continuation from prompt using the current default context.