From 465ff17357c2b43aaf8332c3419bb48747be13f7 Mon Sep 17 00:00:00 2001 From: narawat Date: Mon, 23 Oct 2023 05:52:08 +0000 Subject: [PATCH] add docs --- src/interface.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index 01eebe5..cbb5b50 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -40,8 +40,7 @@ end Dict(:role=>"user", :content=> "Hello, how are you"), ] """ - # Ref: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/discussions/3 - # + # Ref: Chat prompt format https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/discussions/3 messages=[Dict(:role=>"system", :content=> "You are a helpful assistant.", :timestamp=> Dates.now()),] end