linguAIcoach / src /config.json
alvaroalon2's picture
chore: first commit
18c0acd
raw
history blame
152 Bytes
{
"N_MAX_HISTORY": 20,
"N_MAX_RETRY": 3,
"OPENAI_TEMPERATURE_GEN": 0.8,
"OPENAI_TEMPERATURE_EVAL": 0.3,
"IMG_GEN_SIZE": "256x256"
}