We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c2a53 commit ffa1c2dCopy full SHA for ffa1c2d
llm-chat-app-template/src/index.ts
@@ -73,9 +73,9 @@ async function handleChatRequest(
73
messages,
74
max_tokens: 1024,
75
},
76
+ // @ts-expect-error tags is no longer required
77
{
78
returnRawResponse: true,
- tags: [],
79
// Uncomment to use AI Gateway
80
// gateway: {
81
// id: "YOUR_GATEWAY_ID", // Replace with your AI Gateway ID
0 commit comments