yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::OllamaAIService::OllamaModelDetails Struct Reference

#include <ollama_ai_service.h>

Public Attributes

std::string name
 
std::string digest
 
std::string family
 
std::string parameter_size
 
std::string quantization_level
 
uint64_t size_bytes = 0
 
absl::Time modified_at = absl::InfinitePast()
 

Detailed Description

Definition at line 85 of file ollama_ai_service.h.

Member Data Documentation

◆ name

std::string yaze::cli::OllamaAIService::OllamaModelDetails::name

Definition at line 86 of file ollama_ai_service.h.

◆ digest

std::string yaze::cli::OllamaAIService::OllamaModelDetails::digest

Definition at line 87 of file ollama_ai_service.h.

◆ family

std::string yaze::cli::OllamaAIService::OllamaModelDetails::family

Definition at line 88 of file ollama_ai_service.h.

◆ parameter_size

std::string yaze::cli::OllamaAIService::OllamaModelDetails::parameter_size

Definition at line 89 of file ollama_ai_service.h.

◆ quantization_level

std::string yaze::cli::OllamaAIService::OllamaModelDetails::quantization_level

Definition at line 90 of file ollama_ai_service.h.

◆ size_bytes

uint64_t yaze::cli::OllamaAIService::OllamaModelDetails::size_bytes = 0

Definition at line 91 of file ollama_ai_service.h.

◆ modified_at

absl::Time yaze::cli::OllamaAIService::OllamaModelDetails::modified_at = absl::InfinitePast()

Definition at line 92 of file ollama_ai_service.h.


The documentation for this struct was generated from the following file: