-
Hi, Thanks for ideas. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @be-swarm, even though your temp is at 0.0, these models may still not produce deterministic results because they are non-deterministic. With that said, if you are using the documents as the source of truth, you should be able to get more deterministic answers if things are working correctly. Tagging @westey-m or @dluc for some more thoughts on this. |
Beta Was this translation helpful? Give feedback.
@be-swarm, there may be other ways to approach the same problem.
E.g. you could try and use Structured Outputs (see here) to extract the dates from the two documents, and then use .net code to compare the two dates. This should make the date comparison more deterministic and make it easier to troubleshoot e.g. cases where the model misinterprets the date.
Or you could supply a plugin to do the date comparison, although the model may not necessarily always choose to invoke it, but it might increase reliability.
Also, newer models are usually better at getting these things right every time, so if you are not using the latest ones already, consider upgrading.