forked from phoenix/litellm-mirror
adding email based litellm debugger logs
This commit is contained in:
parent
d57a1fb764
commit
582b536276
14 changed files with 8553 additions and 71 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue