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

#include <service_factory.h>

Public Attributes

std::string provider = "auto"
 
std::string model
 
std::string gemini_api_key
 
std::string ollama_host = "http://localhost:11434"
 
bool verbose = false
 

Detailed Description

Definition at line 12 of file service_factory.h.

Member Data Documentation

◆ provider

std::string yaze::cli::AIServiceConfig::provider = "auto"

Definition at line 13 of file service_factory.h.

Referenced by yaze::cli::CreateAIService(), and yaze::cli::CreateAIService().

◆ model

std::string yaze::cli::AIServiceConfig::model

Definition at line 14 of file service_factory.h.

Referenced by yaze::cli::CreateAIService(), and yaze::cli::CreateAIService().

◆ gemini_api_key

std::string yaze::cli::AIServiceConfig::gemini_api_key

Definition at line 15 of file service_factory.h.

Referenced by yaze::cli::CreateAIService(), and yaze::cli::CreateAIService().

◆ ollama_host

std::string yaze::cli::AIServiceConfig::ollama_host = "http://localhost:11434"

Definition at line 16 of file service_factory.h.

Referenced by yaze::cli::CreateAIService(), and yaze::cli::CreateAIService().

◆ verbose

bool yaze::cli::AIServiceConfig::verbose = false

Definition at line 17 of file service_factory.h.

Referenced by yaze::cli::CreateAIService().


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