Raymond Maarloeve
Loading...
Searching...
No Matches
ModelConfig Class Reference

Represents the configuration for an individual LLM used in the game. This configuration is provided by the game launcher and is part of the JSON structure managed by GameConfig. More...

Public Attributes

int Id
 Unique identifier for the model.
 
string Name
 Name of the model.
 
string Path
 File system path to the model.
 

Detailed Description

Represents the configuration for an individual LLM used in the game. This configuration is provided by the game launcher and is part of the JSON structure managed by GameConfig.

Member Data Documentation

◆ Id

int ModelConfig.Id

Unique identifier for the model.

◆ Name

string ModelConfig.Name

Name of the model.

◆ Path

string ModelConfig.Path

File system path to the model.


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