Skip to content

Commit 2196257

Browse files
committed
new gpt model
1 parent ff23698 commit 2196257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/components/ModelSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const ModelSelector = () => {
8383
return (
8484
<div className='inline-flex justify-center bg-gray-700 p-2 rounded-lg'> {/* You can adjust the color (bg-gray-800), padding (p-2), and roundness (rounded-lg) as needed */}
8585
<Button id="gpt-3.5-turbo-1106" icon={<GiLightningBranches className=' text-green-500 mx-2' />} text="GPT-3.5" />
86-
< Button id="gpt-4-0125-preview" icon={< GiStarsStack className='text-purple-500 mx-2' />} text="GPT-4" />
86+
< Button id="gpt-4-turbo" icon={< GiStarsStack className='text-purple-500 mx-2' />} text="GPT-4" />
8787
< Button id="anthropic" icon={< FaAmazon className='text-yellow-500 mx-2' />} text="Anth" />
8888
</div >
8989
);

0 commit comments

Comments
 (0)