This commit is contained in:
youremail@yourdomain.com
2023-12-24 23:47:34 +00:00
parent 949d8e694b
commit 95ec41a9e9

View File

@@ -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)