Enum ::exo::ai::LlmTyp

Overview

The different supported LLM models of exolynk

Variants

Mixtral 8x7b multi language model

Mixtral 8x22b multi language model

Llama3 8b model from facebook

Llama3 70b model from facebook

Methods

fn clone(self) -> LlmTyp

Clones the LLMModel type

Protocols

protocol is_variant

Test if the provided argument is a variant.

protocol partial_eq
if value == b { }

Allows for partial equality operations to work.

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.

protocol string_display
println("{}", value)

Allows the value to be display printed.