Setting seed parameter & multiple function calls

Hello, i’ve been using function to return a json with a complex task.

I did a little bit of re-iteration and prompt engineering to get a output i wanted, based of system fingerprint, how do i determine which integer will a seed be?

system_fingerprint = fp_eeff13170a

this is for example my system fingerprint.

Another question, can you call multiple functions in a single api call?

Based on the docs, the seed is a random integer, you just have to use the same seed for reproducible outputs.
The multiple functions in a single API call has been always been possible, just list them – the json object is a list, you can append other objects to the same list.

2 Likes

could you give me a short example of multiple functions? :slight_smile: