Skip to content

Args

Public Attributes

Name
std::string m_modelPath
std::string m_grammarModelPath
std::string m_mathModelPath
std::string m_mode
std::string m_prompt
int port_
std::string db_path_
std::string key_file_
std::string m_knowledgePath
int m_maxTokens
float m_temperature
std::string m_sgSdkPath
std::string config_path_
bool network_
bool serve_
bool verbose_
bool help_

Public Attributes Documentation

variable m_modelPath

std::string m_modelPath;

variable m_grammarModelPath

std::string m_grammarModelPath;

variable m_mathModelPath

std::string m_mathModelPath;

variable m_mode

std::string m_mode = "auto";

variable m_prompt

std::string m_prompt;

variable port_

int port_ = 50051;

variable db_path_

std::string db_path_ = "./reputation.db";

variable key_file_

std::string key_file_ = "./node.key";

variable m_knowledgePath

std::string m_knowledgePath;

variable m_maxTokens

int m_maxTokens = 512;

variable m_temperature

float m_temperature = 0.7f;

variable m_sgSdkPath

std::string m_sgSdkPath = "./sdk";

variable config_path_

std::string config_path_;

variable network_

bool network_ = false;

variable serve_

bool serve_ = false;

variable verbose_

bool verbose_ = false;

variable help_

bool help_ = false;

Updated on 2026-07-25 at 22:56:57 +0000