feat: add endpoint doc
This commit is contained in:
parent
c7993662ca
commit
91b54af2a7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user