update
This commit is contained in:
@@ -130,11 +130,10 @@ function chat_mistral_openorca(a::agentReflex)
|
||||
$(a.earlierConversation)
|
||||
<|/s|>
|
||||
$conversation
|
||||
<|im_start|>assistant
|
||||
<|assistant|>
|
||||
"""
|
||||
|
||||
response = sendReceivePrompt(a, prompt)
|
||||
response = split(response, "\n\n")[1]
|
||||
response = split(response, "<|im_end|>")[1]
|
||||
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user