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]