Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkurtz-MSFT committed Jan 15, 2025
1 parent 55a0cff commit 90a80e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
" print(f\"Token usage: {json.dumps(dict(data.get(\"usage\")), indent = 4)}\\n\")\n",
" print(f\"💬 {data.get(\"choices\")[0].get(\"message\").get(\"content\")}\\n\")\n",
" else:\n",
" print(response.text)\n",
" print(f\"{response.text}\\n\")\n",
"\n",
" time.sleep(sleep_time_ms/1000)\n",
"finally:\n",
Expand Down

0 comments on commit 90a80e7

Please sign in to comment.