public class Generations extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
n |
private String |
prompt |
private String |
response_format |
private String |
size |
| Constructor and Description |
|---|
Generations() |
| Modifier and Type | Method and Description |
|---|---|
static Generations |
ofB64_JSON(String prompt,
int n,
String size) |
static Generations |
ofURL(String prompt,
int n,
String size) |
private String prompt
private int n
private String size
private String response_format
public static Generations ofURL(String prompt, int n, String size)
public static Generations ofB64_JSON(String prompt, int n, String size)
Copyright © 2023. All rights reserved.