diff --git a/src/interface.jl b/src/interface.jl index cb3b9c7..dd734b7 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -500,7 +500,6 @@ function conversation(a::agentReflex, usermsg::String; attemptlimit::Int=3) else response = chat_mistral_openorca(a) response = split(response, "\n\n")[1] - @show response end response = removeTrailingCharacters(response)