Skip to content

Commit

Permalink
fix: claude logo
Browse files Browse the repository at this point in the history
  • Loading branch information
levanion committed Mar 7, 2024
1 parent 998d75b commit 3aa4f88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added apps/ui/src/assets/models/claude-ai-icon.webp
Binary file not shown.
5 changes: 5 additions & 0 deletions apps/ui/src/pages/Models/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import GPTLogo from 'assets/models/openai.jpg'
import HuggingFaceLogo from 'assets/models/hugging-face.png'
import ReplicateLogo from 'assets/models/replicate.png'
import ClaudeLogo from 'assets/models/claude-ai-icon.webp'

export const MODEL_PROVIDER_LOGOS = [
{
Expand All @@ -15,4 +16,8 @@ export const MODEL_PROVIDER_LOGOS = [
logoSrc: ReplicateLogo,
provider: 'Replicate',
},
{
logoSrc: ClaudeLogo,
provider: 'Claude',
},
]

0 comments on commit 3aa4f88

Please sign in to comment.