Skip to content

Commit ffa1c2d

Browse files
authored
fix: tags no longer required (#854)
1 parent c8c2a53 commit ffa1c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm-chat-app-template/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ async function handleChatRequest(
7373
messages,
7474
max_tokens: 1024,
7575
},
76+
// @ts-expect-error tags is no longer required
7677
{
7778
returnRawResponse: true,
78-
tags: [],
7979
// Uncomment to use AI Gateway
8080
// gateway: {
8181
// id: "YOUR_GATEWAY_ID", // Replace with your AI Gateway ID

0 commit comments

Comments
 (0)