feat: claude function call

This commit is contained in:
Hk-Gosuto
2024-08-11 14:40:57 +00:00
parent 8583b536cf
commit 0a643dc71d
3 changed files with 13 additions and 5 deletions

View File

@@ -146,7 +146,7 @@ export class ClaudeApi implements LLMApi {
method: "POST",
body: JSON.stringify(requestPayload),
signal: controller.signal,
headers: getHeaders(false, true),
headers: getHeaders(),
};
// make a fetch request