11 lines
258 B
JSON
11 lines
258 B
JSON
{ "openai_key": "OPENAIKEY",
|
|
"discord_token": "DISCORDTOKEN",
|
|
"model": "gpt-4",
|
|
"max_tokens": 1024,
|
|
"temperature": 0.9,
|
|
"top-p": 1.0,
|
|
"presence-penalty": 1.0,
|
|
"frequency-penalty": 1.0,
|
|
"history-limit": 10,
|
|
"system": "You are an smart AI" }
|