File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
src/main/java/net/wurstclient/hacks/autocomplete Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 2222public final class ModelSettings
2323{
2424 public final EnumSetting <OpenAiModel > openAiModel = new EnumSetting <>(
25- "OpenAI model" ,
26- "The model to use for OpenAI API calls.\n Recommended models:\n \n "
27- + "\u00a7 lGPT-4o-2024-08-06\u00a7 r 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- + "\u00a7 lGPT-3.5-Turbo-Instruct\u00a7 r 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
You can’t perform that action at this time.
0 commit comments