Skip to content

Commit

Permalink
Update load_dotenv function to use override parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Apr 21, 2024
1 parent e1c9132 commit e3da3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import json

# Load environment variables
load_dotenv()
load_dotenv(override=True)

# Quivr API configuration
QUIVR_API_BASE_URL = "https://api.quivr.app"
Expand Down

0 comments on commit e3da3cc

Please sign in to comment.