Annotation Type GPTDictationServiceImpl.GPTDictationServiceConfig
-
public static @interface GPTDictationServiceImpl.GPTDictationServiceConfig
Configures whether it's enabled (default false), the model and the request counts, and the maximum request size.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
disabled
int
maxRequestSize
String
model
int
requestsPerDay
int
requestsPerHour
int
requestsPerMinute
-
-
-
-
model
String model
- Default:
- "whisper-1"
-
-