From 7c5016cc400f08c41c5ccec098c7461d6c56c58d Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Tue, 16 Jul 2024 16:40:45 +0200 Subject: [PATCH] Update "OpenAI model" description --- .../java/net/wurstclient/hacks/autocomplete/ModelSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/wurstclient/hacks/autocomplete/ModelSettings.java b/src/main/java/net/wurstclient/hacks/autocomplete/ModelSettings.java index 1288d1ca..c782550a 100644 --- a/src/main/java/net/wurstclient/hacks/autocomplete/ModelSettings.java +++ b/src/main/java/net/wurstclient/hacks/autocomplete/ModelSettings.java @@ -24,7 +24,7 @@ public final class ModelSettings public final EnumSetting openAiModel = new EnumSetting<>( "OpenAI model", "The model to use for OpenAI API calls.\nRecommended models:\n\n" - + "\u00a7lGPT-4o-2024-05-13\u00a7r is the world's smartest model at" + + "\u00a7lGPT-4o-2024-05-13\u00a7r is one of the smartest models at" + " the time of writing and will often produce the best completions." + " However, it's meant to be an assistant rather than an" + " auto-completion system, so you will see it produce some odd"