mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
Mised file.
This commit is contained in:
parent
8d01872b63
commit
fe518b18b2
1 changed files with 11 additions and 0 deletions
11
litellm/types/integrations/newrelic.py
Normal file
11
litellm/types/integrations/newrelic.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from typing import Optional
|
||||
|
||||
from litellm.types.integrations.custom_logger import StandardCustomLoggerInitParams
|
||||
|
||||
|
||||
class NewRelicInitParams(StandardCustomLoggerInitParams):
|
||||
"""
|
||||
Params for initializing a New Relic logger on litellm
|
||||
"""
|
||||
|
||||
pass
|
||||
Loading…
Add table
Reference in a new issue