MightyOctopus commited on
Commit
d6e65ce
·
1 Parent(s): 9f83f89

Fix notebook filename (removed trailing space)

Browse files
prototypes/build_scanner_and_messenger_agent_push_notification.ipynb CHANGED
@@ -325,13 +325,13 @@
325
  "name": "stderr",
326
  "output_type": "stream",
327
  "text": [
328
- "INFO:root:\u001b[40m\u001b[36m[Scanner Agent] Scanner Agent is initializing...\u001b[0m\n",
329
- "INFO:root:\u001b[40m\u001b[36m[Scanner Agent] Scanner Agent is set!\u001b[0m\n",
330
- "INFO:root:\u001b[40m\u001b[36m[Scanner Agent] Scanner Agent is fetching available deals...\u001b[0m\n",
331
- "INFO:root:\u001b[40m\u001b[36m[Scanner Agent] Scanner Agent received 30 new fresh deals!\u001b[0m\n",
332
- "INFO:root:\u001b[40m\u001b[36m[Scanner Agent] Scanner Agent is calling OpenAI client...\u001b[0m\n",
333
  "INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions \"HTTP/1.1 200 OK\"\n",
334
- "INFO:root:\u001b[40m\u001b[36m[Scanner Agent] Scanner Agent received 5 selected deals with price>0 from OpenAI\u001b[0m\n"
335
  ]
336
  },
337
  {
@@ -516,9 +516,7 @@
516
  "id": "28880a4d-0886-4696-95f3-95cd62cc38a9",
517
  "metadata": {},
518
  "outputs": [],
519
- "source": [
520
- "agent.notify(\"A special deal on Sumsung 60 inch LED TV going at a great bargain\", 300, 1000, \"www.samsung.com\")"
521
- ]
522
  }
523
  ],
524
  "metadata": {
 
325
  "name": "stderr",
326
  "output_type": "stream",
327
  "text": [
328
+ "INFO:root:\u001B[40m\u001B[36m[Scanner Agent] Scanner Agent is initializing...\u001B[0m\n",
329
+ "INFO:root:\u001B[40m\u001B[36m[Scanner Agent] Scanner Agent is set!\u001B[0m\n",
330
+ "INFO:root:\u001B[40m\u001B[36m[Scanner Agent] Scanner Agent is fetching available deals...\u001B[0m\n",
331
+ "INFO:root:\u001B[40m\u001B[36m[Scanner Agent] Scanner Agent received 30 new fresh deals!\u001B[0m\n",
332
+ "INFO:root:\u001B[40m\u001B[36m[Scanner Agent] Scanner Agent is calling OpenAI client...\u001B[0m\n",
333
  "INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions \"HTTP/1.1 200 OK\"\n",
334
+ "INFO:root:\u001B[40m\u001B[36m[Scanner Agent] Scanner Agent received 5 selected deals with price>0 from OpenAI\u001B[0m\n"
335
  ]
336
  },
337
  {
 
516
  "id": "28880a4d-0886-4696-95f3-95cd62cc38a9",
517
  "metadata": {},
518
  "outputs": [],
519
+ "source": "agent.notify(\"A special deal on Sumsung 60 inch LED TV going at a great bargain\", 300, 1000, \"www.samsung.com\")"
 
 
520
  }
521
  ],
522
  "metadata": {