view website/src/private/Config_sample.luan @ 2017:65f36a905e1e

revert and just change Compiled.VERSION
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 02 Oct 2025 14:15:48 -0600
parents ac02e07f09de
children
line wrap: on
line source

return {
	gpt = {
		key = "sk-xxx"
	}
	claude = {
		key = "sk-xxx"
	}
	push_password = "xxx"
}