We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98720a2 commit afb62bcCopy full SHA for afb62bc
1 file changed
packages/app/src/components/page-content.tsx
@@ -316,7 +316,10 @@ export function PageContent({ initialTab = 'inference' }: { initialTab?: string
316
)}
317
overrides={{
318
order: ['OpenAI'],
319
- labels: { 'Together AI': 'Tri Dao' },
+ labels: {
320
+ 'Together AI': 'Tri Dao',
321
+ 'PyTorch Foundation': 'PyTorch',
322
+ },
323
}}
324
moreHref="/quotes"
325
/>
0 commit comments