JohnStraumann66
Results
2
issues of
JohnStraumann66
Hi: Thanks for the code! Hey is it possible to connect to an AZURE SQL DB using this library? I tried and got an error: Adaptive Server connection failed (azuredbsrvr1.database.windows.net)....
When I try to specify a model: var varResponse = await api.Completions.CreateCompletionAsync(strPrompt, model: "gpt-3.5-turbo", max_tokens: maxTokens, temperature: itemp); or var varResponse = await api.Completions.CreateCompletionAsync(strPrompt, model: "gpt-4", max_tokens: maxTokens, temperature: itemp);...