davinci

  1. S

    OPEN AI Request/Response problem

    I am constantly getting an error when requesting data from the Open API GPT using Java, even after I create a new API. String openaiApiKey = "My API"; String model = "text-davinci-002"; String prompt = "Write an article based on the following article: " + article; String...
Back
Top