feat: add endpoint doc

This commit is contained in:
yetone 2024-08-15 10:16:35 +08:00
parent c7993662ca
commit 91b54af2a7
No known key found for this signature in database
GPG Key ID: 222BA52B342D52AA

@ -46,11 +46,13 @@ Default setup configuration:
{
provider = "claude", -- openai, claude
openai = {
endpoint = "https://api.openai.com",
model = "gpt-4o",
temperature = 0,
max_tokens = 4096,
},
claude = {
endpoint = "https://api.anthropic.com",
model = "claude-3-5-sonnet-20240620",
temperature = 0,
max_tokens = 4096,