This commit is contained in:
2023-10-09 11:54:21 +00:00
parent 2f3e2de5c4
commit ca3aeec88a

View File

@@ -13,6 +13,7 @@ using JSON3, DataStructures
sessionId::Int= 1
maxConversation::Int= 10
# Ref: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/discussions/3
# {Role=> Content} ; Role can be system, user, assistant
messages::OrderedDict= OrderedDict(
:system=> "You are a helpful assistant.",