1
LeMUR improvements
We have added two new keys to the LeMUR response, input_tokens
and output_tokens
, which can help users track usage.
We've implemented a new fallback system to further boost the reliability of LeMUR.
We have addressed an edge case issue affecting LeMUR and certain XML tags. In particular, when LeMUR responds with a <question>
XML tag, it will now always close it with a </question>
tag rather than erroneous tags which would sometimes be returned (e.g. </answer>
).