view website/src/private/Config_sample.luan @ 2126:c9b474306066 default tip

add previous fix to the default http block
author Violet7
date Wed, 14 Jan 2026 14:18:51 -0800
parents ac02e07f09de
children
line wrap: on
line source

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