adding email based litellm debugger logs

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

View file

@ -28,12 +28,13 @@ const sidebars = {
label: 'Embedding()',
items: ['embedding/supported_embedding'],
},
'debugging/local_debugging',
'completion/supported',
'debugging/local_debugging',
'debugging/hosted_debugging',
{
type: 'category',
label: 'Tutorials',
items: ['tutorials/huggingface_tutorial', 'tutorials/TogetherAI_liteLLM', 'tutorials/debugging_tutorial'],
items: ['tutorials/huggingface_tutorial', 'tutorials/TogetherAI_liteLLM'],
},
'token_usage',
'stream',