Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::GenerationConfig Struct Reference

Generation parameters configuration (top-level defaults). More...

#include <entropic/types/config.h>

Public Attributes

int max_tokens = 4096
 Default max tokens (64–32768)
 
float default_temperature = 0.7f
 Default temperature (0.0–2.0)
 
float default_top_p = 0.9f
 Default top_p (0.0–1.0)
 

Detailed Description

Generation parameters configuration (top-level defaults).

Version
1.8.1

Definition at line 523 of file config.h.

Member Data Documentation

◆ default_temperature

float entropic::GenerationConfig::default_temperature = 0.7f

Default temperature (0.0–2.0)

Definition at line 525 of file config.h.

◆ default_top_p

float entropic::GenerationConfig::default_top_p = 0.9f

Default top_p (0.0–1.0)

Definition at line 526 of file config.h.

◆ max_tokens

int entropic::GenerationConfig::max_tokens = 4096

Default max tokens (64–32768)

Definition at line 524 of file config.h.


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