You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
452 B
Plaintext

{
"$schema": "schemas/ServerConfig.json",
"port": 6800,
"db_type": "postgres",
"db": {
"host": "localhost",
"port": 5432,
"user": "memory_proxy",
"password": "memory_proxy",
"database": "memory_proxy"
},
"memory_max_messages": 1000,
"proxies": {
"deepseek": {
"endpoint": "https://api.deepseek.com",
"type": "openai"
}
}
}