Skip to content
Snippets Groups Projects
Unverified Commit 609e3339 authored by Logan's avatar Logan Committed by GitHub
Browse files

Merge pull request #275 from run-llama/ms/set-max-tokens-512

parents be0661f1 0e01723a
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ export async function POST(request: NextRequest) {
const llm = new OpenAI({
model: MODEL,
maxTokens: 2048,
maxTokens: 512,
});
const chatEngine = await createChatEngine(llm);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment