← history for doc/example-config.json
3a4d64e7doc/example-config.json8 lines⬡ raw↓ download
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"
}