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