| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_API_HOST |
"https://api.openai.com/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GPT_3_5_TURBO |
"gpt-3.5-turbo" |
public static final String |
GPT4 |
"gpt-4" |
public static final String |
GPT4o |
"gpt-4o" |
public static final String |
GPT4oMini |
"gpt-4o-mini" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
STANDARD_FORMAT |
"yyyy-MM-dd HH:mm:ss" |
Copyright © 2024. All rights reserved.