@@ -736,17 +736,17 @@ export const LLM_DESCR: LLM2String = {
736
736
chatgpt4 :
737
737
"Can follow complex instructions and solve difficult problems. (OpenAI, 8k token context)" ,
738
738
"gpt-4" :
739
- "Can follow complex instructions and solve difficult problems. (OpenAI, 8k token context)" ,
739
+ "Most powerful OpenAI model. Can follow complex instructions and solve difficult problems. (OpenAI, 8k token context)" ,
740
740
"gpt-4-32k" : "" ,
741
741
"gpt-3.5-turbo" : "Fast, great for everyday tasks. (OpenAI, 4k token context)" ,
742
742
"gpt-3.5-turbo-16k" : `Same as ${ LLM_USERNAMES [ "gpt-3.5-turbo" ] } but with larger 16k token context` ,
743
743
"gpt-4-turbo-preview-8k" :
744
744
"More powerful, fresher knowledge, and lower price than GPT-4. (OpenAI, 8k token context)" ,
745
745
"gpt-4-turbo-preview" :
746
- "Like GPT-4 Turob 8k, but with up to 128k token context" ,
746
+ "Like GPT-4 Turbo 8k, but with up to 128k token context" ,
747
747
"gpt-4-turbo-8k" :
748
- "More powerful , fresher knowledge, and lower price than GPT-4. (OpenAI, 8k token context)" ,
749
- "gpt-4-turbo" : "Like GPT-4 Turob 8k, but with up to 128k token context" ,
748
+ "Faster , fresher knowledge, and lower price than GPT-4. (OpenAI, 8k token context)" ,
749
+ "gpt-4-turbo" : "Like GPT-4 Turbo 8k, but with up to 128k token context" ,
750
750
"gpt-4o-8k" :
751
751
"Most powerful, fastest, and cheapest (OpenAI, 8k token context)" ,
752
752
"gpt-4o" : "Most powerful fastest, and cheapest (OpenAI, 128k token context)" ,
0 commit comments