yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::UserSettings::Preferences::AiModelProfile Struct Reference

#include <user_settings.h>

Public Attributes

std::string name
 
std::string model
 
float temperature = 0.25f
 
float top_p = 0.95f
 
int max_output_tokens = 2048
 
bool supports_vision = false
 
bool supports_tools = true
 

Detailed Description

Definition at line 32 of file user_settings.h.

Member Data Documentation

◆ name

std::string yaze::editor::UserSettings::Preferences::AiModelProfile::name

Definition at line 33 of file user_settings.h.

◆ model

std::string yaze::editor::UserSettings::Preferences::AiModelProfile::model

◆ temperature

float yaze::editor::UserSettings::Preferences::AiModelProfile::temperature = 0.25f

◆ top_p

float yaze::editor::UserSettings::Preferences::AiModelProfile::top_p = 0.95f

◆ max_output_tokens

int yaze::editor::UserSettings::Preferences::AiModelProfile::max_output_tokens = 2048

◆ supports_vision

bool yaze::editor::UserSettings::Preferences::AiModelProfile::supports_vision = false

Definition at line 38 of file user_settings.h.

◆ supports_tools

bool yaze::editor::UserSettings::Preferences::AiModelProfile::supports_tools = true

Definition at line 39 of file user_settings.h.


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