From 91b54af2a7c40e11dfc10a9248cff42082079151 Mon Sep 17 00:00:00 2001 From: yetone Date: Thu, 15 Aug 2024 10:16:35 +0800 Subject: [PATCH] feat: add endpoint doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ec6b3c..d123dd1 100644 --- a/README.md +++ b/README.md @@ -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,