Skip to content

Commit b270b1e

Browse files
Remove outdated recommendations from model selector tooltip
1 parent 3513869 commit b270b1e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/main/java/net/wurstclient/hacks/autocomplete/ModelSettings.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,7 @@
2222
public final class ModelSettings
2323
{
2424
public final EnumSetting<OpenAiModel> openAiModel = new EnumSetting<>(
25-
"OpenAI model",
26-
"The model to use for OpenAI API calls.\nRecommended models:\n\n"
27-
+ "\u00a7lGPT-4o-2024-08-06\u00a7r is one of the smartest models at"
28-
+ " the time of writing and will often produce the best completions."
29-
+ " However, it's meant to be an assistant rather than an"
30-
+ " auto-completion system, so you will see it produce some odd"
31-
+ " completions at times.\n\n"
32-
+ "\u00a7lGPT-3.5-Turbo-Instruct\u00a7r is an older, non-chat model"
33-
+ " based on GPT-3.5 that works well for auto-completion tasks.",
25+
"OpenAI model", "The model to use for OpenAI API calls.",
3426
OpenAiModel.values(), OpenAiModel.GPT_4O_2024_08_06);
3527

3628
public enum OpenAiModel

0 commit comments

Comments
 (0)