forked from phoenix/litellm-mirror
new buttons on navbar
This commit is contained in:
parent
68667a5091
commit
ae27482e97
1 changed files with 10 additions and 0 deletions
|
@ -95,6 +95,16 @@ const config = {
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: 'https://discord.com/invite/wuPM9dRgDw',
|
||||||
|
label: 'Discord',
|
||||||
|
position: 'right',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
href: 'https://github.com/BerriAI/litellm',
|
||||||
|
label: 'Feedback',
|
||||||
|
position: 'right',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue