adding email based litellm debugger logs

This commit is contained in:
Krrish Dholakia 2023-08-21 07:47:03 -07:00
parent ef3c3ab058
commit fb0ad10abe
14 changed files with 8553 additions and 71 deletions

View file

@ -27,6 +27,19 @@ const config = {
locales: ['en'],
},
plugins: [
[
'@docusaurus/plugin-ideal-image',
{
quality: 70,
max: 1030, // max resized image's size.
min: 640, // min resized image's size. if original is lower, use that size.
steps: 2, // the max number of images generated between min and max (inclusive)
disableInDev: false,
},
],
],
presets: [
[
'classic',
@ -72,7 +85,7 @@ const config = {
items: [
{
label: 'Tutorial',
to: '/docs/intro',
to: '/docs/index',
},
],
},