From 6db256ea635419f21b7e39bb33b84f52e47492c6 Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:19:48 -0800 Subject: [PATCH] Auto-update: Thu Nov 14 13:19:48 PST 2024 --- sijapi/config/llm.yaml-example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sijapi/config/llm.yaml-example b/sijapi/config/llm.yaml-example index 1edc1be..80fcca2 100644 --- a/sijapi/config/llm.yaml-example +++ b/sijapi/config/llm.yaml-example @@ -7,11 +7,11 @@ vision: model: llava-llama3 summary: model: 'command-r:latest' - chunk-size: 16384 - chunk-overlap: 256 - length-ratio: 4 - min-length: 64 - token-limit: 16384 + chunk_size: 16384 + chunk_overlap: 256 + length_ratio: 4 + min_length: 64 + token_limit: 16384 instruct: 'You are an AI assistant that provides accurate summaries of text -- nothing more and nothing less. You must not include ANY extraneous text other than the sumary. Do not include comments apart from the summary, do not preface the summary, and do not provide any form of postscript. Do not add paragraph breaks. Do not add any kind of formatting. Your response should begin with, consist of, and end with an accurate plaintext summary.' functions: - model: 'command-r' \ No newline at end of file + model: 'command-r'