Class Model
java.lang.Object
eu.svjatoslav.alyverkko_cli.model.Model
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
filesystemPath
The path to the file system where the model will be stored. -
contextSizeTokens
public final int contextSizeTokensThe size of the context in terms of tokens. -
alias
The alias for the model. -
endOfTextMarker
The marker used to signify the end of AI generated text.
-
-
Constructor Details
-
Model
The constructor for the Model class.- Parameters:
filesystemPath
- The path to the file system where the model will be stored.contextSizeTokens
- The size of the context in terms of tokens.modelAlias
- The alias for the model.endOfTextMarker
- The marker used to signify the end of AI generated text.
-
-
Method Details
-
printModelDetails
public void printModelDetails()Prints the details of the model.
-