Skip to content

Commit

Permalink
feat: update variables names
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed Nov 1, 2023
1 parent 3d81810 commit 9801b51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ImagineAPI.dev/ImagineAPI.dev_Create_Image.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"outputs": [],
"source": [
"api_key = naas.secret.get(\"IMAGINEAPI_API_KEY\")\n",
"imagineapi_url = \"https://cl-151.imagineapi.dev/admin/login\"\n",
"imagineapi_url = \"https://xxxxx.imagineapi.dev/admin/login\"\n",
"prompt = \"Barack Obama funny profile picture\""
]
},
Expand Down
2 changes: 1 addition & 1 deletion ImagineAPI.dev/ImagineAPI.dev_Get_Image.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"outputs": [],
"source": [
"api_key = naas.secret.get(\"IMAGINEAPI_API_KEY\")\n",
"image_url = \"https://cl-151.imagineapi.dev/admin/content/images/6e42b88f-79c8-4972-8fef-4d959005d7d1\""
"image_url = \"https://xxxxx.imagineapi.dev/admin/content/images/xxxxxx\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion ImagineAPI.dev/ImagineAPI.dev_List_Images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"outputs": [],
"source": [
"api_key = naas.secret.get(\"IMAGINEAPI_API_KEY\")\n",
"domain = \"cl-151.imagineapi.dev\""
"domain = \"xxxx.imagineapi.dev\""
]
},
{
Expand Down

0 comments on commit 9801b51

Please sign in to comment.