Skip to content

Commit 90a80e7

Browse files
Format
1 parent 55a0cff commit 90a80e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/backend-pool-load-balancing/backend-pool-load-balancing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
" print(f\"Token usage: {json.dumps(dict(data.get(\"usage\")), indent = 4)}\\n\")\n",
255255
" print(f\"💬 {data.get(\"choices\")[0].get(\"message\").get(\"content\")}\\n\")\n",
256256
" else:\n",
257-
" print(response.text)\n",
257+
" print(f\"{response.text}\\n\")\n",
258258
"\n",
259259
" time.sleep(sleep_time_ms/1000)\n",
260260
"finally:\n",

0 commit comments

Comments
 (0)