-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcampaign_generator_20241124.log
235 lines (224 loc) · 20.6 KB
/
campaign_generator_20241124.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
2024-11-24 14:50:38,374 - DEBUG - load_ssl_context verify=True cert=None trust_env=True http2=False
2024-11-24 14:50:38,378 - DEBUG - load_verify_locations cafile='d:\\LangGraphProjects\\.venv\\Lib\\site-packages\\certifi\\cacert.pem'
2024-11-24 14:50:38,380 - DEBUG - Using proactor: IocpProactor
2024-11-24 14:50:38,390 - DEBUG - Starting new HTTPS connection (1): huggingface.co:443
2024-11-24 14:50:38,397 - DEBUG - connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
2024-11-24 14:50:38,520 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000022891508650>
2024-11-24 14:50:38,533 - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x000002289149DD00> server_hostname='api.gradio.app' timeout=3
2024-11-24 14:50:38,546 - DEBUG - https://huggingface.co:443 "HEAD /api/telemetry/gradio/initiated HTTP/11" 200 0
2024-11-24 14:50:38,676 - DEBUG - start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x00000228912606D0>
2024-11-24 14:50:38,687 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2024-11-24 14:50:38,716 - DEBUG - send_request_headers.complete
2024-11-24 14:50:38,728 - DEBUG - send_request_body.started request=<Request [b'GET']>
2024-11-24 14:50:38,740 - DEBUG - send_request_body.complete
2024-11-24 14:50:38,751 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2024-11-24 14:50:38,775 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sun, 24 Nov 2024 14:50:38 GMT'), (b'Content-Type', b'application/json'), (b'Content-Length', b'21'), (b'Connection', b'keep-alive'), (b'Server', b'nginx/1.18.0'), (b'Access-Control-Allow-Origin', b'*')])
2024-11-24 14:50:38,787 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-11-24 14:50:38,799 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2024-11-24 14:50:38,811 - DEBUG - receive_response_body.complete
2024-11-24 14:50:38,817 - DEBUG - response_closed.started
2024-11-24 14:50:38,818 - DEBUG - response_closed.complete
2024-11-24 14:50:38,819 - DEBUG - close.started
2024-11-24 14:50:38,820 - DEBUG - close.complete
2024-11-24 14:50:39,254 - DEBUG - Using proactor: IocpProactor
2024-11-24 14:50:39,403 - DEBUG - load_ssl_context verify=True cert=None trust_env=True http2=False
2024-11-24 14:50:39,404 - DEBUG - load_verify_locations cafile='d:\\LangGraphProjects\\.venv\\Lib\\site-packages\\certifi\\cacert.pem'
2024-11-24 14:50:39,415 - DEBUG - connect_tcp.started host='127.0.0.1' port=7860 local_address=None timeout=None socket_options=None
2024-11-24 14:50:39,416 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x00000228917F1390>
2024-11-24 14:50:39,417 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2024-11-24 14:50:39,418 - DEBUG - send_request_headers.complete
2024-11-24 14:50:39,421 - DEBUG - send_request_body.started request=<Request [b'GET']>
2024-11-24 14:50:39,421 - DEBUG - send_request_body.complete
2024-11-24 14:50:39,422 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2024-11-24 14:50:39,423 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'date', b'Sun, 24 Nov 2024 14:50:39 GMT'), (b'server', b'uvicorn'), (b'content-length', b'4'), (b'content-type', b'application/json')])
2024-11-24 14:50:39,424 - INFO - HTTP Request: GET http://127.0.0.1:7860/gradio_api/startup-events "HTTP/1.1 200 OK"
2024-11-24 14:50:39,424 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2024-11-24 14:50:39,425 - DEBUG - receive_response_body.complete
2024-11-24 14:50:39,425 - DEBUG - response_closed.started
2024-11-24 14:50:39,426 - DEBUG - response_closed.complete
2024-11-24 14:50:39,426 - DEBUG - close.started
2024-11-24 14:50:39,427 - DEBUG - close.complete
2024-11-24 14:50:39,429 - DEBUG - load_ssl_context verify=False cert=None trust_env=True http2=False
2024-11-24 14:50:39,432 - DEBUG - connect_tcp.started host='127.0.0.1' port=7860 local_address=None timeout=3 socket_options=None
2024-11-24 14:50:39,434 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x00000228917EEC50>
2024-11-24 14:50:39,436 - DEBUG - send_request_headers.started request=<Request [b'HEAD']>
2024-11-24 14:50:39,436 - DEBUG - send_request_headers.complete
2024-11-24 14:50:39,438 - DEBUG - send_request_body.started request=<Request [b'HEAD']>
2024-11-24 14:50:39,438 - DEBUG - send_request_body.complete
2024-11-24 14:50:39,439 - DEBUG - receive_response_headers.started request=<Request [b'HEAD']>
2024-11-24 14:50:39,475 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'date', b'Sun, 24 Nov 2024 14:50:39 GMT'), (b'server', b'uvicorn'), (b'content-length', b'16630'), (b'content-type', b'text/html; charset=utf-8')])
2024-11-24 14:50:39,477 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-11-24 14:50:39,477 - DEBUG - receive_response_body.started request=<Request [b'HEAD']>
2024-11-24 14:50:39,478 - DEBUG - receive_response_body.complete
2024-11-24 14:50:39,478 - DEBUG - response_closed.started
2024-11-24 14:50:39,479 - DEBUG - response_closed.complete
2024-11-24 14:50:39,479 - DEBUG - close.started
2024-11-24 14:50:39,480 - DEBUG - close.complete
2024-11-24 14:50:39,488 - DEBUG - Starting new HTTPS connection (1): huggingface.co:443
2024-11-24 14:50:39,551 - DEBUG - https://huggingface.co:443 "HEAD /api/telemetry/gradio/launched HTTP/11" 200 0
2024-11-24 14:51:39,784 - INFO - Starting campaign generation session d6c6e93a-6396-44f3-aeef-81567d7a442a
2024-11-24 14:51:39,786 - INFO - Generating marketing content...
2024-11-24 14:51:39,807 - DEBUG - Starting new HTTPS connection (1): integrate.api.nvidia.com:443
2024-11-24 14:51:39,814 - DEBUG - Starting new HTTPS connection (1): api.smith.langchain.com:443
2024-11-24 14:51:39,862 - DEBUG - https://api.smith.langchain.com:443 "GET /info HTTP/11" 200 605
2024-11-24 14:51:40,206 - DEBUG - https://api.smith.langchain.com:443 "POST /runs/multipart HTTP/11" 202 33
2024-11-24 14:51:49,979 - DEBUG - https://integrate.api.nvidia.com:443 "POST /v1/chat/completions HTTP/11" 200 1018
2024-11-24 14:51:49,983 - DEBUG - Generated content: Here is the marketing content for the campaign brief:
**Headline**
----------------
"Unlock AI Po...
2024-11-24 14:51:49,988 - INFO - Generating image prompt...
2024-11-24 14:51:49,994 - DEBUG - Starting new HTTPS connection (1): integrate.api.nvidia.com:443
2024-11-24 14:51:50,140 - DEBUG - https://api.smith.langchain.com:443 "POST /runs/multipart HTTP/11" 202 33
2024-11-24 14:52:04,679 - DEBUG - https://integrate.api.nvidia.com:443 "POST /v1/chat/completions HTTP/11" 200 2468
2024-11-24 14:52:04,683 - DEBUG - Generated image prompt: Here is a detailed image generation prompt based on the marketing content:
**Image Generation Promp...
2024-11-24 14:52:04,687 - INFO - Generating image...
2024-11-24 14:52:04,690 - DEBUG - Sending image generation request with prompt: Here is a detailed image generation prompt based on the marketing content:
**Image Generation Promp...
2024-11-24 14:52:04,694 - DEBUG - Starting new HTTPS connection (1): ai.api.nvidia.com:443
2024-11-24 14:52:05,050 - DEBUG - https://api.smith.langchain.com:443 "POST /runs/multipart HTTP/11" 202 33
2024-11-24 14:52:08,028 - DEBUG - https://ai.api.nvidia.com:443 "POST /v1/genai/stabilityai/stable-diffusion-3-medium HTTP/11" 200 296232
2024-11-24 14:52:08,481 - INFO - Saved generated image to C:\Users\JAMES_~1\AppData\Local\Temp\2\campaign_generator\campaign_d6c6e93a-6396-44f3-aeef-81567d7a442a.png
2024-11-24 15:29:27,370 - DEBUG - load_ssl_context verify=True cert=None trust_env=True http2=False
2024-11-24 15:29:27,374 - DEBUG - load_verify_locations cafile='d:\\LangGraphProjects\\.venv\\Lib\\site-packages\\certifi\\cacert.pem'
2024-11-24 15:29:27,376 - DEBUG - Using proactor: IocpProactor
2024-11-24 15:29:27,386 - DEBUG - Starting new HTTPS connection (1): huggingface.co:443
2024-11-24 15:29:27,394 - DEBUG - connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
2024-11-24 15:29:27,499 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000028D1113C810>
2024-11-24 15:29:27,518 - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x0000028D110E1D00> server_hostname='api.gradio.app' timeout=3
2024-11-24 15:29:27,568 - DEBUG - https://huggingface.co:443 "HEAD /api/telemetry/gradio/initiated HTTP/11" 200 0
2024-11-24 15:29:27,668 - DEBUG - start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000028D111B0410>
2024-11-24 15:29:27,680 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2024-11-24 15:29:27,709 - DEBUG - send_request_headers.complete
2024-11-24 15:29:27,721 - DEBUG - send_request_body.started request=<Request [b'GET']>
2024-11-24 15:29:27,733 - DEBUG - send_request_body.complete
2024-11-24 15:29:27,743 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2024-11-24 15:29:27,766 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sun, 24 Nov 2024 15:29:27 GMT'), (b'Content-Type', b'application/json'), (b'Content-Length', b'21'), (b'Connection', b'keep-alive'), (b'Server', b'nginx/1.18.0'), (b'Access-Control-Allow-Origin', b'*')])
2024-11-24 15:29:27,780 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-11-24 15:29:27,791 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2024-11-24 15:29:27,792 - DEBUG - receive_response_body.complete
2024-11-24 15:29:27,793 - DEBUG - response_closed.started
2024-11-24 15:29:27,804 - DEBUG - response_closed.complete
2024-11-24 15:29:27,811 - DEBUG - close.started
2024-11-24 15:29:27,817 - DEBUG - close.complete
2024-11-24 15:29:28,200 - DEBUG - Using proactor: IocpProactor
2024-11-24 15:29:28,344 - DEBUG - load_ssl_context verify=True cert=None trust_env=True http2=False
2024-11-24 15:29:28,345 - DEBUG - load_verify_locations cafile='d:\\LangGraphProjects\\.venv\\Lib\\site-packages\\certifi\\cacert.pem'
2024-11-24 15:29:28,356 - DEBUG - connect_tcp.started host='127.0.0.1' port=7860 local_address=None timeout=None socket_options=None
2024-11-24 15:29:28,357 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000028D12456BD0>
2024-11-24 15:29:28,358 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2024-11-24 15:29:28,359 - DEBUG - send_request_headers.complete
2024-11-24 15:29:28,361 - DEBUG - send_request_body.started request=<Request [b'GET']>
2024-11-24 15:29:28,362 - DEBUG - send_request_body.complete
2024-11-24 15:29:28,363 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2024-11-24 15:29:28,364 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'date', b'Sun, 24 Nov 2024 15:29:28 GMT'), (b'server', b'uvicorn'), (b'content-length', b'4'), (b'content-type', b'application/json')])
2024-11-24 15:29:28,365 - INFO - HTTP Request: GET http://127.0.0.1:7860/gradio_api/startup-events "HTTP/1.1 200 OK"
2024-11-24 15:29:28,366 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2024-11-24 15:29:28,366 - DEBUG - receive_response_body.complete
2024-11-24 15:29:28,367 - DEBUG - response_closed.started
2024-11-24 15:29:28,367 - DEBUG - response_closed.complete
2024-11-24 15:29:28,368 - DEBUG - close.started
2024-11-24 15:29:28,368 - DEBUG - close.complete
2024-11-24 15:29:28,370 - DEBUG - load_ssl_context verify=False cert=None trust_env=True http2=False
2024-11-24 15:29:28,371 - DEBUG - connect_tcp.started host='127.0.0.1' port=7860 local_address=None timeout=3 socket_options=None
2024-11-24 15:29:28,372 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000028D123FF6D0>
2024-11-24 15:29:28,373 - DEBUG - send_request_headers.started request=<Request [b'HEAD']>
2024-11-24 15:29:28,374 - DEBUG - send_request_headers.complete
2024-11-24 15:29:28,375 - DEBUG - send_request_body.started request=<Request [b'HEAD']>
2024-11-24 15:29:28,376 - DEBUG - send_request_body.complete
2024-11-24 15:29:28,376 - DEBUG - receive_response_headers.started request=<Request [b'HEAD']>
2024-11-24 15:29:28,415 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'date', b'Sun, 24 Nov 2024 15:29:28 GMT'), (b'server', b'uvicorn'), (b'content-length', b'16630'), (b'content-type', b'text/html; charset=utf-8')])
2024-11-24 15:29:28,417 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-11-24 15:29:28,418 - DEBUG - receive_response_body.started request=<Request [b'HEAD']>
2024-11-24 15:29:28,418 - DEBUG - receive_response_body.complete
2024-11-24 15:29:28,419 - DEBUG - response_closed.started
2024-11-24 15:29:28,419 - DEBUG - response_closed.complete
2024-11-24 15:29:28,419 - DEBUG - close.started
2024-11-24 15:29:28,420 - DEBUG - close.complete
2024-11-24 15:29:28,428 - DEBUG - Starting new HTTPS connection (1): huggingface.co:443
2024-11-24 15:29:28,496 - DEBUG - https://huggingface.co:443 "HEAD /api/telemetry/gradio/launched HTTP/11" 200 0
2024-11-24 15:41:48,371 - DEBUG - load_ssl_context verify=True cert=None trust_env=True http2=False
2024-11-24 15:41:48,375 - DEBUG - load_verify_locations cafile='d:\\LangGraphProjects\\.venv\\Lib\\site-packages\\certifi\\cacert.pem'
2024-11-24 15:41:48,377 - DEBUG - Using proactor: IocpProactor
2024-11-24 15:41:48,387 - DEBUG - Starting new HTTPS connection (1): huggingface.co:443
2024-11-24 15:41:48,394 - DEBUG - connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
2024-11-24 15:41:48,494 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000001E878CBCB90>
2024-11-24 15:41:48,506 - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x000001E878C5DD00> server_hostname='api.gradio.app' timeout=3
2024-11-24 15:41:48,563 - DEBUG - https://huggingface.co:443 "HEAD /api/telemetry/gradio/initiated HTTP/11" 200 0
2024-11-24 15:41:48,629 - DEBUG - start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000001E878D7B390>
2024-11-24 15:41:48,641 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2024-11-24 15:41:48,671 - DEBUG - send_request_headers.complete
2024-11-24 15:41:48,682 - DEBUG - send_request_body.started request=<Request [b'GET']>
2024-11-24 15:41:48,694 - DEBUG - send_request_body.complete
2024-11-24 15:41:48,705 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2024-11-24 15:41:48,728 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sun, 24 Nov 2024 15:41:48 GMT'), (b'Content-Type', b'application/json'), (b'Content-Length', b'21'), (b'Connection', b'keep-alive'), (b'Server', b'nginx/1.18.0'), (b'Access-Control-Allow-Origin', b'*')])
2024-11-24 15:41:48,741 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2024-11-24 15:41:48,753 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2024-11-24 15:41:48,765 - DEBUG - receive_response_body.complete
2024-11-24 15:41:48,777 - DEBUG - response_closed.started
2024-11-24 15:41:48,788 - DEBUG - response_closed.complete
2024-11-24 15:41:48,794 - DEBUG - close.started
2024-11-24 15:41:48,795 - DEBUG - close.complete
2024-11-24 15:41:49,188 - DEBUG - Using proactor: IocpProactor
2024-11-24 15:41:49,334 - DEBUG - load_ssl_context verify=True cert=None trust_env=True http2=False
2024-11-24 15:41:49,335 - DEBUG - load_verify_locations cafile='d:\\LangGraphProjects\\.venv\\Lib\\site-packages\\certifi\\cacert.pem'
2024-11-24 15:41:49,347 - DEBUG - connect_tcp.started host='127.0.0.1' port=7860 local_address=None timeout=None socket_options=None
2024-11-24 15:41:49,348 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000001E878FA3D50>
2024-11-24 15:41:49,349 - DEBUG - send_request_headers.started request=<Request [b'GET']>
2024-11-24 15:41:49,350 - DEBUG - send_request_headers.complete
2024-11-24 15:41:49,353 - DEBUG - send_request_body.started request=<Request [b'GET']>
2024-11-24 15:41:49,354 - DEBUG - send_request_body.complete
2024-11-24 15:41:49,354 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
2024-11-24 15:41:49,355 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'date', b'Sun, 24 Nov 2024 15:41:49 GMT'), (b'server', b'uvicorn'), (b'content-length', b'4'), (b'content-type', b'application/json')])
2024-11-24 15:41:49,356 - INFO - HTTP Request: GET http://127.0.0.1:7860/gradio_api/startup-events "HTTP/1.1 200 OK"
2024-11-24 15:41:49,357 - DEBUG - receive_response_body.started request=<Request [b'GET']>
2024-11-24 15:41:49,358 - DEBUG - receive_response_body.complete
2024-11-24 15:41:49,358 - DEBUG - response_closed.started
2024-11-24 15:41:49,358 - DEBUG - response_closed.complete
2024-11-24 15:41:49,359 - DEBUG - close.started
2024-11-24 15:41:49,360 - DEBUG - close.complete
2024-11-24 15:41:49,362 - DEBUG - load_ssl_context verify=False cert=None trust_env=True http2=False
2024-11-24 15:41:49,364 - DEBUG - connect_tcp.started host='127.0.0.1' port=7860 local_address=None timeout=3 socket_options=None
2024-11-24 15:41:49,365 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000001E878FB1250>
2024-11-24 15:41:49,366 - DEBUG - send_request_headers.started request=<Request [b'HEAD']>
2024-11-24 15:41:49,366 - DEBUG - send_request_headers.complete
2024-11-24 15:41:49,367 - DEBUG - send_request_body.started request=<Request [b'HEAD']>
2024-11-24 15:41:49,367 - DEBUG - send_request_body.complete
2024-11-24 15:41:49,368 - DEBUG - receive_response_headers.started request=<Request [b'HEAD']>
2024-11-24 15:41:49,413 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'date', b'Sun, 24 Nov 2024 15:41:49 GMT'), (b'server', b'uvicorn'), (b'content-length', b'16630'), (b'content-type', b'text/html; charset=utf-8')])
2024-11-24 15:41:49,425 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
2024-11-24 15:41:49,426 - DEBUG - receive_response_body.started request=<Request [b'HEAD']>
2024-11-24 15:41:49,427 - DEBUG - receive_response_body.complete
2024-11-24 15:41:49,427 - DEBUG - response_closed.started
2024-11-24 15:41:49,428 - DEBUG - response_closed.complete
2024-11-24 15:41:49,429 - DEBUG - close.started
2024-11-24 15:41:49,430 - DEBUG - close.complete
2024-11-24 15:41:49,451 - DEBUG - Starting new HTTPS connection (1): huggingface.co:443
2024-11-24 15:41:49,514 - DEBUG - https://huggingface.co:443 "HEAD /api/telemetry/gradio/launched HTTP/11" 200 0
2024-11-24 15:41:56,398 - INFO - Starting campaign generation session c002bf65-ea76-4984-97c0-58fa56480bb4
2024-11-24 15:41:56,399 - INFO - Generating marketing content...
2024-11-24 15:41:56,423 - DEBUG - Starting new HTTPS connection (1): integrate.api.nvidia.com:443
2024-11-24 15:41:56,432 - DEBUG - Starting new HTTPS connection (1): api.smith.langchain.com:443
2024-11-24 15:41:56,459 - DEBUG - https://api.smith.langchain.com:443 "GET /info HTTP/11" 200 605
2024-11-24 15:41:56,818 - DEBUG - https://api.smith.langchain.com:443 "POST /runs/multipart HTTP/11" 202 33
2024-11-24 15:42:04,018 - DEBUG - https://integrate.api.nvidia.com:443 "POST /v1/chat/completions HTTP/11" 200 1287
2024-11-24 15:42:04,022 - DEBUG - Generated content: **Campaign Content**
**Headline**
----------------
"Unlock AI Power: Build 50+ Agents with Ease Us...
2024-11-24 15:42:04,027 - INFO - Generating image prompt...
2024-11-24 15:42:04,033 - DEBUG - Starting new HTTPS connection (1): integrate.api.nvidia.com:443
2024-11-24 15:42:04,171 - DEBUG - https://api.smith.langchain.com:443 "POST /runs/multipart HTTP/11" 202 33
2024-11-24 15:42:22,716 - DEBUG - https://integrate.api.nvidia.com:443 "POST /v1/chat/completions HTTP/11" 200 2730
2024-11-24 15:42:22,721 - DEBUG - Generated image prompt: Here is a detailed image generation prompt based on the provided marketing content:
**Prompt:**
"C...
2024-11-24 15:42:22,724 - INFO - Generating image...
2024-11-24 15:42:22,727 - DEBUG - Sending image generation request with prompt: Here is a detailed image generation prompt based on the provided marketing content:
**Prompt:**
"C...
2024-11-24 15:42:22,733 - DEBUG - Starting new HTTPS connection (1): ai.api.nvidia.com:443
2024-11-24 15:42:23,050 - DEBUG - https://api.smith.langchain.com:443 "POST /runs/multipart HTTP/11" 202 33
2024-11-24 15:42:25,783 - DEBUG - https://ai.api.nvidia.com:443 "POST /v1/genai/stabilityai/stable-diffusion-3-medium HTTP/11" 200 241519
2024-11-24 15:42:26,155 - INFO - Saved generated image to C:\Users\JAMES_~1\AppData\Local\Temp\2\campaign_generator\campaign_c002bf65-ea76-4984-97c0-58fa56480bb4.png