Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed May 30, 2024
1 parent 9cb1326 commit 623197e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agenta-cli/agenta/sdk/agenta_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def init(
Examples:
ag.init(app_id="xxxx", api_key="xxx")
ag.init(config_fname="config.toml")
ag.init() #assuming env vars are set
ag.init() #assuming env vars are set
Args:
app_id (Optional[str]): ID of the Agenta application. Defaults to None. If not provided, will look for "app_id" in the config file, then "AGENTA_APP_ID" in environment variables.
host (Optional[str]): Host name of the backend server. Defaults to None. If not provided, will look for "backend_host" in the config file, then "AGENTA_HOST" in environment variables.
Expand Down

0 comments on commit 623197e

Please sign in to comment.