#include <wasm_config.h>
Public Attributes | |
| bool | enabled = true |
| std::string | model = "gemini-2.5-flash" |
| std::string | endpoint |
| int | max_response_length = 4096 |
Definition at line 221 of file wasm_config.h.
| bool yaze::app::platform::WasmConfig::AI::enabled = true |
Definition at line 222 of file wasm_config.h.
| std::string yaze::app::platform::WasmConfig::AI::model = "gemini-2.5-flash" |
Definition at line 223 of file wasm_config.h.
| std::string yaze::app::platform::WasmConfig::AI::endpoint |
Definition at line 224 of file wasm_config.h.
| int yaze::app::platform::WasmConfig::AI::max_response_length = 4096 |
Definition at line 225 of file wasm_config.h.