From 7b79743ef52b37856b655775c03829326b9e3f54 Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Wed, 24 Apr 2024 06:58:55 +0700 Subject: [PATCH] update --- src/interface.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index b3e7eaf..31f8b2b 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -188,7 +188,7 @@ function chat_mistral_openorca(a::agentReflex, prompttemplate="llama3") $conversation """ _response = sendReceivePrompt(a, prompt, a.config[:text2textchat][:mqtttopic], - timeout=180, stopword=["<|", ""]) response = split(response, "<|")[1]