Skip to content

Commit 197a99d

Browse files
committed
Bindings: Log chat template on startup
Easier for users to see the chat template when starting up. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
1 parent 74dc450 commit 197a99d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/bindings.ts

+1
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ export class Model {
533533
}
534534

535535
if (promptTemplate) {
536+
logger.info(promptTemplate.rawTemplate);
536537
logger.info(
537538
`Using template "${promptTemplate.name}" for chat completions`,
538539
);

0 commit comments

Comments
 (0)