Class CompletionServiceImpl

  • All Implemented Interfaces:
    com.openai.services.blocking.CompletionService

    
    public final class CompletionServiceImpl
     implements CompletionService
                        

    Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.