update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user