view website/src/private/Config_sample.luan @ 2016:470a089c95aa

add LuanCompiler.fileVersion
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 02 Oct 2025 13:52:24 -0600
parents ac02e07f09de
children
line wrap: on
line source

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