File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,11 +44,14 @@ import Head from "next/head";
4444<div className = " h-2" />
4545<ul className = " pr-4" >
4646 { [
47+ {text: <Important >openai/gpt-5-chat</Important >,},
48+ {text: <Important >openai/gpt-5-mini</Important >,},
49+ {text: <Important >openai/gpt-5-nano</Important >,},
50+ {text: <Important >openai/gpt-4.1</Important >,},
51+ {text: <Important >openai/gpt-4.1-mini</Important >,},
4752 {text: <Important >openai/gpt-4o-mini</Important >,},
4853 {text: <Important >openai/o4-mini</Important >,},
4954 {text: <Important >openai/o4-mini-high</Important >,},
50- {text: <Important >openai/gpt-4.1</Important >,},
51- {text: <Important >openai/gpt-4.1-mini</Important >,},
5255 ].map ((item , index ) => (
5356 <li
5457 key = { index }
@@ -563,4 +566,4 @@ print(response)
563566 ]}
564567/>
565568
566- </Layout >
569+ </Layout >
You can’t perform that action at this time.
0 commit comments