com.launchableinc.openai.billing.Plan Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
Basic java objects for the OpenAI GPT APIs
package com.launchableinc.openai.billing;
import lombok.Data;
/**
*
*/
@Data
public class Plan {
private String title;
private String id;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy