This commit is contained in:
2025-03-13 19:11:20 +07:00
parent db6c9c5f2b
commit c60037226a

View File

@@ -294,7 +294,7 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
Dict(:name => "user", :text => usermsg) Dict(:name => "user", :text => usermsg)
] ]
# put in model format #[WORKING] change qwen format put in model format
prompt = GeneralUtils.formatLLMtext(_prompt; formatname="llama3instruct") prompt = GeneralUtils.formatLLMtext(_prompt; formatname="llama3instruct")
prompt *= """ prompt *= """
<|start_header_id|>assistant<|end_header_id|> <|start_header_id|>assistant<|end_header_id|>