mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-28 21:26:13 +01:00
🚀 feat: Add ShuttleAI as Known Endpoint (#2152)
Added new Official Known Endpoint (ShuttleAI)
This commit is contained in:
parent
f521040784
commit
1ee2c32a67
7 changed files with 40 additions and 2 deletions
BIN
client/public/assets/ShuttleAI_Fibonacci.png
Normal file
BIN
client/public/assets/ShuttleAI_Fibonacci.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
client/public/assets/shuttleai.png
Normal file
BIN
client/public/assets/shuttleai.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 255 KiB |
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue