Skip to content

Commit

Permalink
update remote env addr
Browse files Browse the repository at this point in the history
ty-elastic committed Dec 9, 2023
1 parent f1064cc commit ef66ebc
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/Elastic_GenAI_Workshop_Session_1.ipynb
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@
" load_dotenv(\"../env\", override=True)\n",
" print('Successfully loaded environment variables from local env file')\n",
"else:\n",
" loader.load_remote_env(file=FILE, env_url=\"https://notebook-workshop-setup.elasticsa.co\")"
" loader.load_remote_env(file=FILE, env_url=\"https://notebook-workshop-api-voldmqr2bq-uc.a.run.app\")"
]
},
{
2 changes: 1 addition & 1 deletion notebooks/Elastic_GenAI_Workshop_Session_2.ipynb
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
" load_dotenv(\"../env\", override=True)\n",
" print('Successfully loaded environment variables from local env file')\n",
"else:\n",
" loader.load_remote_env(file=FILE, env_url=\"https://notebook-workshop-setup.elasticsa.co\")"
" loader.load_remote_env(file=FILE, env_url=\"https://notebook-workshop-api-voldmqr2bq-uc.a.run.app\")"
]
},
{

0 comments on commit ef66ebc

Please sign in to comment.