chainlit-bot / config.json
atolat30's picture
Refactor: Move configurations to JSON files and update to GPT-4o
e473be1
raw
history blame contribute delete
228 Bytes
{
"model": {
"name": "gpt-4o",
"temperature": 0.7,
"max_tokens": 4000,
"top_p": 1.0,
"frequency_penalty": 0.0,
"presence_penalty": 0.0
},
"default_aspect": "default"
}