Skip to content

Commit 83d4c3e

Browse files
committed
format for wolfram alpha
1 parent 5c6da07 commit 83d4c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/WolframAlpha/using_llm_api.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
{
4545
"cell_type": "code",
46-
"execution_count": 20,
46+
"execution_count": null,
4747
"metadata": {},
4848
"outputs": [],
4949
"source": [
@@ -58,7 +58,7 @@
5858
" if response.status_code == 200:\n",
5959
" return response.text\n",
6060
" else:\n",
61-
" return f\"Error: {response.status_code} - {response.text}\"\n",
61+
" return f\"Error: {response.status_code}: {response.text}\"\n",
6262
"\n",
6363
"tools = [\n",
6464
" {\n",

0 commit comments

Comments
 (0)