Skip to content

Commit 8c310bf

Browse files
committed
GPT-4 is superior to GPT-4 Turbo and this description in our code says the opposite, so fixing that. Also fix some typos.
- I'm constantly ending up back at GPT-4 after trying other GPT's including GPT-4 turbo. E.g., just now I did a db query and GPT-4 turbo was totally wrong and way off, whereas GPT-4 was perfect. In my experience GPT-4 is very much superior, so I don't feel comfortable with saying otherwise.
1 parent 00ffdf5 commit 8c310bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/packages/util/db-schema/llm-utils.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)