OpenAI-API-dotnet
OpenAI-API-dotnet copied to clipboard
How to employ "numOutputs" > 1
I see that CompletionRequest can ask for more than one output, but I seem to only be able to retrieve the first one using "GetString()". Any guidance on how to get multiple responses? Thanks!