We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2719f7 commit 3fd34aeCopy full SHA for 3fd34ae
3 files changed
app/api/chat/route.ts
@@ -76,7 +76,6 @@ export async function POST(req: Request) {
76
77
const result = streamText({
78
model: openrouter.chat(process.env.OPENROUTER_MODEL ?? 'anthropic/claude-3.5-sonnet'),
79
- maxTokens: 4096,
80
stopWhen: stepCountIs(5),
81
tools: {
82
search: searchTool,
next-env.d.ts
@@ -1,6 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
-import "./.next/dev/types/routes.d.ts";
+import "./.next/types/routes.d.ts";
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
tsconfig.tsbuildinfo
0 commit comments