Skip to content

Commit c3bc536

Browse files
committed
Removing some unnecessary details
1 parent 4a97be6 commit c3bc536

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/java/ai/rev/speechtotext/models/NlpModel.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
import com.google.gson.annotations.SerializedName;
44

5-
/** GPT Model type. STANDARD (GPT 3.5) or PREMIUM (GPT 4) */
5+
/** Supported model types for NLP tasks like summarization. */
66
public enum NlpModel {
77

8-
/** gpt 3.5. This is the default value. */
98
@SerializedName("standard")
109
STANDARD("standard"),
11-
12-
/** gpt 4. */
1310
@SerializedName("premium")
1411
PREMIUM("premium");
1512

0 commit comments

Comments
 (0)