🚀 feat: Add ShuttleAI as Known Endpoint (#2152)

Added new Official Known Endpoint (ShuttleAI)
This commit is contained in:
Hermes Trismegistus 2024-03-21 06:17:57 -07:00 committed by GitHub
parent f521040784
commit 1ee2c32a67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 40 additions and 2 deletions

View file

@ -38,6 +38,14 @@ export default function UnknownIcon({
alt="Groq Cloud Icon"
/>
);
} else if (currentEndpoint === KnownEndpoints.shuttleai) {
return (
<img
className={context === 'landing' ? '' : className}
src="/assets/shuttleai.png"
alt="ShuttleAI Icon"
/>
);
} else if (currentEndpoint === KnownEndpoints.anyscale) {
return (
<img