Testing that an AI provides the correct response on a given prompt is difficult.
We should develop some system of unit-testing which applies to a stochastic system where the output is never a guarantee.
One idea could be setting the temperature parameter to 0 and seeing how often a given response yields certain properties.
Since we are also paying per request, this also becomes a costly endeavor.
Testing that an AI provides the correct response on a given prompt is difficult.
We should develop some system of unit-testing which applies to a stochastic system where the output is never a guarantee. One idea could be setting the
temperature
parameter to 0 and seeing how often a given response yields certain properties.Since we are also paying per request, this also becomes a costly endeavor.