This commit is contained in:
2023-12-29 06:36:51 +00:00
parent 68389e247a
commit c969e8120d

View File

@@ -398,7 +398,7 @@ function actor_mistral_openorca(a::agentReflex, taskrecap="")
tempcounter += 0.2
@show tempcounter
response = sendReceivePrompt(a, prompt, max_tokens=1024, temperature=tempcounter, timeout=180)
response = splittext(response, ["END", "Obs", "<|im_end|>"])
response = splittext(response, ["/n/n", "END", "End", "Obs", "<|im_end|>"])
latestTask = shortMemLatestTask(a.memory[:shortterm]) +1