Skip to content

Commit b2d62ac

Browse files
author
Shaw
committed
chore: commit benchmark server follow-up
1 parent dd2b63c commit b2d62ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app-core/src/benchmark/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,12 +2498,12 @@ export async function startBenchmarkServer() {
24982498
? _normalizeTauNativeMessages(text, benchmarkContext)
24992499
: isVendingBenchmarkName(session.benchmark)
25002500
? normalizeLocaNativeMessages(benchmarkContext.messages)
2501-
: normalizeActionCallingNativeMessages(text, benchmarkContext);
2501+
: normalizeActionCallingNativeMessages(text, benchmarkContext);
25022502
const openAiMessages = _isTauBenchmarkName(session.benchmark)
25032503
? nativeMessages
25042504
: isVendingBenchmarkName(session.benchmark)
25052505
? nativeMessages
2506-
: normalizeActionCallingOpenAiMessages(text, benchmarkContext);
2506+
: normalizeActionCallingOpenAiMessages(text, benchmarkContext);
25072507
const maxTokens =
25082508
typeof benchmarkContext.max_tokens === "number"
25092509
? benchmarkContext.max_tokens

0 commit comments

Comments
 (0)