This commit is contained in:
2023-12-13 12:47:48 +00:00
parent 107624359b
commit 4b5b189779
3 changed files with 43 additions and 8 deletions

View File

@@ -452,6 +452,7 @@ function conversation(a::agentReflex, usermsg::String; attemptlimit::Int=3)
# end
response = chat_mistral_openorca(a)
response = removeTrailingCharacters(response)
_ = addNewMessage(a, "assistant", response)
return response