Skip to content

Commit

Permalink
Merge main into sweep/update_the_docstrings_and_comments_in_sd_82568
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Apr 18, 2024
2 parents 9d230c3 + 26e57ac commit 23b339c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdks/python/julep/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

from .api.environment import JulepApiEnvironment

# Initialize the environment variable handler.
env = Env()

# Optional environment variable for the Julep API key. Defaults to None if not set.
JULEP_API_KEY: Optional[str] = env.str("JULEP_API_KEY", None)
# Optional environment variable for the Julep API URL. Defaults to the Julep API's default environment URL if not set.
JULEP_API_URL: Optional[str] = env.str(
"JULEP_API_URL", JulepApiEnvironment.DEFAULT.value
)

0 comments on commit 23b339c

Please sign in to comment.