Enum ::exo::ai::LlmTyp

Overview

The different supported LLM models of exolynk

Variants

Llama3 8b model from facebook

Llama3 70b model from facebook

DeepSeek-V3 model

Your custom model from https://docs.together.ai/docs/serverless-models#chat-models

Methods

fn clone(self) -> LlmTyp

Clones the LLMModel type

Protocols

protocol is_variant

Test if the provided argument is a variant.

protocol get
let output = value.0

Allows a get operation to work.

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.