1
2
3
4
5
6
7
8
|
{
"endpoint": "https://<your-host>:<your-port>/api/generate",
"model": "llama3.2",
"dbfile": "/some/path/where/you/keep/the/history.db",
"tlsCertificate": "/some/path/certificate.pem",
"tlsKeyFile": "/some/other/path/secret-key.pem",
"tlsVerifyServer": "do-not-ever-skip"
}
|