@@ -736,17 +736,17 @@ export const LLM_DESCR: LLM2String = {
736736 chatgpt4 :
737737 "Can follow complex instructions and solve difficult problems. (OpenAI, 8k token context)" ,
738738 "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)" ,
740740 "gpt-4-32k" : "" ,
741741 "gpt-3.5-turbo" : "Fast, great for everyday tasks. (OpenAI, 4k token context)" ,
742742 "gpt-3.5-turbo-16k" : `Same as ${ LLM_USERNAMES [ "gpt-3.5-turbo" ] } but with larger 16k token context` ,
743743 "gpt-4-turbo-preview-8k" :
744744 "More powerful, fresher knowledge, and lower price than GPT-4. (OpenAI, 8k token context)" ,
745745 "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" ,
747747 "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" ,
750750 "gpt-4o-8k" :
751751 "Most powerful, fastest, and cheapest (OpenAI, 8k token context)" ,
752752 "gpt-4o" : "Most powerful fastest, and cheapest (OpenAI, 128k token context)" ,
0 commit comments