mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix logfire - don't load_dotenv
This commit is contained in:
parent
711496e260
commit
fcd834b277
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
||||||
# On success + failure, log events to Logfire
|
# On success + failure, log events to Logfire
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import dotenv
|
|
||||||
|
|
||||||
dotenv.load_dotenv() # Loading env variables using dotenv
|
|
||||||
import traceback
|
import traceback
|
||||||
import uuid
|
import uuid
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue