What is litellm_uuid file used for? #317
Answered
by
ishaan-jaff
codeacme17
asked this question in
Q&A
-
In my project, a |
Beta Was this translation helpful? Give feedback.
Answered by
ishaan-jaff
Sep 11, 2023
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ishaan-jaff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@codeacme17
we use this for tracking what llms are being used & for error/crash reporting on litellm (I want to clarify we do not log your requests/responses. we just want to know what llms are used and errors thrown so we can improve the litellm usage)
it's optional if you want to add it to .gitignore, not a requirement. It should be okay to add it to your gitignore