File size: 115,170 Bytes
b88a1c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
id,model_slug,question_id,title,score,answer_count,view_count,is_answered,tags,created_at,collected_at
1,openai/gpt-5.4-pro,79913486,"OpenAI gpt-5-mini with_structured_output returns malformed JSON filled with whitespace instead of valid response",0,1,128,0,"python,openai-api,pydantic,langchain","2026-03-24 12:12:37","2026-04-13 00:42:59"
2,openai/gpt-5.4,79913486,"OpenAI gpt-5-mini with_structured_output returns malformed JSON filled with whitespace instead of valid response",0,1,128,0,"python,openai-api,pydantic,langchain","2026-03-24 12:12:37","2026-04-13 00:42:59"
3,openai/gpt-5.4-pro,79922250,"Visual Studio randomly skips test projects when I tell it to "debug all tests" in a multi-project solution",-1,0,42,0,".net-core,xunit,visual-studio-2026,xunit3","2026-04-08 13:45:40","2026-04-13 00:42:59"
4,openai/gpt-5.4,79922250,"Visual Studio randomly skips test projects when I tell it to "debug all tests" in a multi-project solution",-1,0,42,0,".net-core,xunit,visual-studio-2026,xunit3","2026-04-08 13:45:40","2026-04-13 00:42:59"
5,openai/gpt-5.4-pro,79921243,"Looking for a reliable and cost-effective token relay for GPT/Claude/Gemini API",0,0,40,0,"token,openai-api,claude","2026-04-07 02:03:41","2026-04-13 00:42:59"
6,openai/gpt-5.4,79921243,"Looking for a reliable and cost-effective token relay for GPT/Claude/Gemini API",0,0,40,0,"token,openai-api,claude","2026-04-07 02:03:41","2026-04-13 00:42:59"
7,openai/gpt-5.4-pro,76906576,"NelmioApiDocBundle (Symfony) - How to specified the Items for array with objects",0,1,2215,1,"symfony,swagger","2023-08-15 14:03:53","2026-04-13 00:42:59"
8,openai/gpt-5.4,76906576,"NelmioApiDocBundle (Symfony) - How to specified the Items for array with objects",0,1,2215,1,"symfony,swagger","2023-08-15 14:03:53","2026-04-13 00:42:59"
9,openai/gpt-5.4-pro,63778548,"Question about differences using fscrypt on ubifs compared with ext4",3,0,1452,0,"encryption,embedded-linux,ext4,ubifs","2020-09-07 13:27:47","2026-04-13 00:42:59"
10,openai/gpt-5.4,63778548,"Question about differences using fscrypt on ubifs compared with ext4",3,0,1452,0,"encryption,embedded-linux,ext4,ubifs","2020-09-07 13:27:47","2026-04-13 00:42:59"
11,openai/gpt-5.4-mini,79913486,"OpenAI gpt-5-mini with_structured_output returns malformed JSON filled with whitespace instead of valid response",0,1,128,0,"python,openai-api,pydantic,langchain","2026-03-24 12:12:37","2026-04-13 00:43:00"
12,openai/gpt-5.4-nano,79913486,"OpenAI gpt-5-mini with_structured_output returns malformed JSON filled with whitespace instead of valid response",0,1,128,0,"python,openai-api,pydantic,langchain","2026-03-24 12:12:37","2026-04-13 00:43:02"
13,openai/o4-mini,79598009,"Getting web search is not supported in o4 mini , even though it is supported and my code should functionally be correct according to docs",1,2,2172,1,"artificial-intelligence,openai-api","2025-04-29 09:19:01","2026-04-13 00:43:03"
14,openai/o3,79571718,"Leaflet map: Custom popup layer always appears under Leaflet buttons, despite z-index attempts",0,3,272,0,"javascript,html,css,leaflet","2025-04-13 15:37:20","2026-04-13 00:43:04"
15,openai/o3,79574117,"SGLang server fails on launch due to cuda_fp8.h missing even with --disable-cuda-graph and prebuilt flashinfer wheel",1,0,607,0,"machine-learning,deep-learning,pytorch,sglang","2025-04-14 22:39:39","2026-04-13 00:43:04"
16,openai/o3,79404571,"Why am I getting "model_not_found" error when using OpenAI's o3-mini model?",8,2,12902,1,"error-handling,openai-api,chatgpt-api,openaiembeddings","2025-02-01 07:13:59","2026-04-13 00:43:04"
17,openai/o3,77374908,"Error installing Openai in PyCharm CE 2023.2.3 (Python 3.12). (aiohttp whl error)",-1,1,483,1,"python,python-3.x,pip,openai-api,aiohttp","2023-10-27 14:19:54","2026-04-13 00:43:04"
18,openai/o3,50361959,"In the centos6.5 system deployment gym environment error",1,2,267,1,python-3.x,"2018-05-16 03:13:42","2026-04-13 00:43:04"
19,anthropic/claude-opus-4.6,79914202,"How to convert Delphi *.pas "format ANSI" files to *.pas "format UTF" files? (We are starting to use Cursor IDE on Delphi projects)",1,11,308,1,"delphi,utf-8,artificial-intelligence,ansi","2026-03-25 11:26:22","2026-04-13 00:43:05"
20,anthropic/claude-opus-4.5,79914202,"How to convert Delphi *.pas "format ANSI" files to *.pas "format UTF" files? (We are starting to use Cursor IDE on Delphi projects)",1,11,308,1,"delphi,utf-8,artificial-intelligence,ansi","2026-03-25 11:26:22","2026-04-13 00:43:05"
21,anthropic/claude-opus-4.6,79909072,"Claude in Claude - Opus 4.6 with Adaptive Thinking",0,0,112,0,"artifacts,claude","2026-03-17 08:48:35","2026-04-13 00:43:05"
22,anthropic/claude-opus-4.5,79909072,"Claude in Claude - Opus 4.6 with Adaptive Thinking",0,0,112,0,"artifacts,claude","2026-03-17 08:48:35","2026-04-13 00:43:05"
23,anthropic/claude-opus-4.6,79884552,"Claude Opus 4.5 vs 4.6 optimized for Jetbrains Junie",1,0,290,0,"jetbrains-ide,claude","2026-02-06 19:06:16","2026-04-13 00:43:05"
24,anthropic/claude-opus-4.5,79884552,"Claude Opus 4.5 vs 4.6 optimized for Jetbrains Junie",1,0,290,0,"jetbrains-ide,claude","2026-02-06 19:06:16","2026-04-13 00:43:05"
25,anthropic/claude-opus-4.6,79873995,"Rails 8 + Solidqueue + ActionMailer: duplicate emails",1,1,85,1,"ruby-on-rails,actionmailer,solid-queue","2026-01-22 17:07:59","2026-04-13 00:43:05"
26,anthropic/claude-opus-4.5,79873995,"Rails 8 + Solidqueue + ActionMailer: duplicate emails",1,1,85,1,"ruby-on-rails,actionmailer,solid-queue","2026-01-22 17:07:59","2026-04-13 00:43:05"
27,anthropic/claude-opus-4.6,79861815,"What to do if Claude Pro does not reset the",1,0,92,0,"claude,claude-code","2026-01-06 17:14:57","2026-04-13 00:43:05"
28,anthropic/claude-opus-4.5,79861815,"What to do if Claude Pro does not reset the",1,0,92,0,"claude,claude-code","2026-01-06 17:14:57","2026-04-13 00:43:05"
29,anthropic/claude-opus-4.6,78636944,"How to Track Token Usage with TikToken Library for Anthropic Models in llama-index Query Engine?",0,1,1694,0,"python,tokenize,llama-index,claude","2024-06-18 10:49:10","2026-04-13 00:43:05"
30,anthropic/claude-opus-4.5,78636944,"How to Track Token Usage with TikToken Library for Anthropic Models in llama-index Query Engine?",0,1,1694,0,"python,tokenize,llama-index,claude","2024-06-18 10:49:10","2026-04-13 00:43:05"
31,anthropic/claude-opus-4.6,79673021,"Unable to run code to invoke Bedrock Model",1,1,419,0,"python,large-language-model,amazon-bedrock","2025-06-20 07:50:38","2026-04-13 00:43:05"
32,anthropic/claude-opus-4.5,79673021,"Unable to run code to invoke Bedrock Model",1,1,419,0,"python,large-language-model,amazon-bedrock","2025-06-20 07:50:38","2026-04-13 00:43:05"
33,anthropic/claude-opus-4.6,79656994,"Pyre Pysa LLM calls as source and sink",1,0,26,0,"python,pyre-check,pysa","2025-06-07 13:39:48","2026-04-13 00:43:05"
34,anthropic/claude-opus-4.5,79656994,"Pyre Pysa LLM calls as source and sink",1,0,26,0,"python,pyre-check,pysa","2025-06-07 13:39:48","2026-04-13 00:43:05"
35,anthropic/claude-opus-4.6,78989103,"php CodeIgnitor dynamic content passing to Views",0,1,62,0,"php,ajax,codeigniter-4","2024-09-16 06:58:18","2026-04-13 00:43:05"
36,anthropic/claude-opus-4.5,78989103,"php CodeIgnitor dynamic content passing to Views",0,1,62,0,"php,ajax,codeigniter-4","2024-09-16 06:58:18","2026-04-13 00:43:05"
37,anthropic/claude-opus-4.6,78504924,"Using typescript SDK in Javascript",0,0,203,0,"javascript,typescript,sdk,artificial-intelligence","2024-05-20 06:08:52","2026-04-13 00:43:05"
38,anthropic/claude-opus-4.5,78504924,"Using typescript SDK in Javascript",0,0,203,0,"javascript,typescript,sdk,artificial-intelligence","2024-05-20 06:08:52","2026-04-13 00:43:05"
39,anthropic/claude-opus-4.6,78485372,"How to stream Claude response with SignalR and Claudia in .Net 6",0,1,272,0,"signalr,.net-6.0,signalr-hub,claude","2024-05-15 16:44:42","2026-04-13 00:43:05"
40,anthropic/claude-opus-4.5,78485372,"How to stream Claude response with SignalR and Claudia in .Net 6",0,1,272,0,"signalr,.net-6.0,signalr-hub,claude","2024-05-15 16:44:42","2026-04-13 00:43:05"
41,anthropic/claude-opus-4.6,78241351,"How to prevent overflowing border creating a horizontal scroll bar?",0,0,86,0,"html,css,overflow,border","2024-03-28 23:38:58","2026-04-13 00:43:05"
42,anthropic/claude-opus-4.5,78241351,"How to prevent overflowing border creating a horizontal scroll bar?",0,0,86,0,"html,css,overflow,border","2024-03-28 23:38:58","2026-04-13 00:43:05"
43,anthropic/claude-opus-4.6,78183149,"CSS Grid, FlexBox - how to keep containers from overlapping?",1,1,85,0,"html,jquery,css,flexbox,css-grid","2024-03-18 21:41:52","2026-04-13 00:43:05"
44,anthropic/claude-opus-4.5,78183149,"CSS Grid, FlexBox - how to keep containers from overlapping?",1,1,85,0,"html,jquery,css,flexbox,css-grid","2024-03-18 21:41:52","2026-04-13 00:43:05"
45,anthropic/claude-sonnet-4.6,79921243,"Looking for a reliable and cost-effective token relay for GPT/Claude/Gemini API",0,0,40,0,"token,openai-api,claude","2026-04-07 02:03:41","2026-04-13 00:43:06"
46,anthropic/claude-sonnet-4.5,79921243,"Looking for a reliable and cost-effective token relay for GPT/Claude/Gemini API",0,0,40,0,"token,openai-api,claude","2026-04-07 02:03:41","2026-04-13 00:43:06"
47,anthropic/claude-sonnet-4.6,79912950,"PDF generation method",0,0,80,0,"templates,pdf-generation,large-language-model,agent,claude","2026-03-23 16:51:54","2026-04-13 00:43:06"
48,anthropic/claude-sonnet-4.5,79912950,"PDF generation method",0,0,80,0,"templates,pdf-generation,large-language-model,agent,claude","2026-03-23 16:51:54","2026-04-13 00:43:06"
49,anthropic/claude-sonnet-4.6,79575817,"How to set claude sonnet 3.7 for code completion in VS Code?",5,1,6323,1,"visual-studio-code,github-copilot","2025-04-15 18:25:14","2026-04-13 00:43:06"
50,anthropic/claude-sonnet-4.5,79575817,"How to set claude sonnet 3.7 for code completion in VS Code?",5,1,6323,1,"visual-studio-code,github-copilot","2025-04-15 18:25:14","2026-04-13 00:43:06"
51,anthropic/claude-sonnet-4.6,79898245,"How can I estimate or count input tokens for a PDF before sending it to AWS Bedrock, since CountTokens API doesn't support document input?",0,2,131,0,"artificial-intelligence,amazon-bedrock,claude","2026-02-28 03:41:13","2026-04-13 00:43:06"
52,anthropic/claude-sonnet-4.5,79898245,"How can I estimate or count input tokens for a PDF before sending it to AWS Bedrock, since CountTokens API doesn't support document input?",0,2,131,0,"artificial-intelligence,amazon-bedrock,claude","2026-02-28 03:41:13","2026-04-13 00:43:06"
53,anthropic/claude-sonnet-4.6,79875997,"MCP tools fail with "currently disabled by the user" error",1,1,352,0,"visual-studio-code,github-copilot,model-context-protocol,mcp-server","2026-01-26 00:05:47","2026-04-13 00:43:06"
54,anthropic/claude-sonnet-4.5,79875997,"MCP tools fail with "currently disabled by the user" error",1,1,352,0,"visual-studio-code,github-copilot,model-context-protocol,mcp-server","2026-01-26 00:05:47","2026-04-13 00:43:06"
55,anthropic/claude-sonnet-4.6,79791668,"Next.js 16 Beta: Metadata tags showing up in body instead of head (breaking SEO)",1,3,981,1,"next.js,seo,metadata,app-router,turbopack","2025-10-15 23:11:23","2026-04-13 00:43:06"
56,anthropic/claude-sonnet-4.5,79791668,"Next.js 16 Beta: Metadata tags showing up in body instead of head (breaking SEO)",1,3,981,1,"next.js,seo,metadata,app-router,turbopack","2025-10-15 23:11:23","2026-04-13 00:43:06"
57,anthropic/claude-sonnet-4.6,79885998,"Floppy disk read from stage 2 bootloader is failing consistently",0,0,90,0,"assembly,x86,qemu,bootloader,x86-emulation","2026-02-09 16:06:17","2026-04-13 00:43:06"
58,anthropic/claude-sonnet-4.5,79885998,"Floppy disk read from stage 2 bootloader is failing consistently",0,0,90,0,"assembly,x86,qemu,bootloader,x86-emulation","2026-02-09 16:06:17","2026-04-13 00:43:06"
59,anthropic/claude-sonnet-4.6,79883379,"ETL Migration to Databricks via LLM Transpilation",0,0,94,0,"databricks,large-language-model,claude","2026-02-05 09:45:27","2026-04-13 00:43:06"
60,anthropic/claude-sonnet-4.5,79883379,"ETL Migration to Databricks via LLM Transpilation",0,0,94,0,"databricks,large-language-model,claude","2026-02-05 09:45:27","2026-04-13 00:43:06"
61,anthropic/claude-sonnet-4.6,79801693,"How can I configure a custom OpenAI-compatible model in Continue.dev?",0,2,4009,1,"vscode-extensions,openai-api","2025-10-27 10:14:25","2026-04-13 00:43:06"
62,anthropic/claude-sonnet-4.5,79801693,"How can I configure a custom OpenAI-compatible model in Continue.dev?",0,2,4009,1,"vscode-extensions,openai-api","2025-10-27 10:14:25","2026-04-13 00:43:06"
63,anthropic/claude-sonnet-4.6,79821912,"Migrating large codebase from SQLAlchemy 1.4 to 2.0 in 2025",0,1,128,1,"python,sqlalchemy","2025-11-17 04:36:05","2026-04-13 00:43:06"
64,anthropic/claude-sonnet-4.5,79821912,"Migrating large codebase from SQLAlchemy 1.4 to 2.0 in 2025",0,1,128,1,"python,sqlalchemy","2025-11-17 04:36:05","2026-04-13 00:43:06"
65,anthropic/claude-sonnet-4.6,79866557,"Visual Studio Code Shortcut for switching between Copilot models?",0,1,209,1,"visual-studio-code,github-copilot","2026-01-13 00:28:40","2026-04-13 00:43:06"
66,anthropic/claude-sonnet-4.5,79866557,"Visual Studio Code Shortcut for switching between Copilot models?",0,1,209,1,"visual-studio-code,github-copilot","2026-01-13 00:28:40","2026-04-13 00:43:06"
67,anthropic/claude-sonnet-4.6,79534213,"Langgraph - human in the loop, graph within graph not working",1,0,129,0,"amazon-web-services,large-language-model,langgraph,claude","2025-03-25 15:57:44","2026-04-13 00:43:06"
68,anthropic/claude-sonnet-4.5,79534213,"Langgraph - human in the loop, graph within graph not working",1,0,129,0,"amazon-web-services,large-language-model,langgraph,claude","2025-03-25 15:57:44","2026-04-13 00:43:06"
69,anthropic/claude-sonnet-4.6,79591405,"How to get correct answers from a CSV Knowledge Base in AWS Bedrock?",3,1,674,0,amazon-bedrock,"2025-04-24 20:21:54","2026-04-13 00:43:06"
70,anthropic/claude-sonnet-4.5,79591405,"How to get correct answers from a CSV Knowledge Base in AWS Bedrock?",3,1,674,0,amazon-bedrock,"2025-04-24 20:21:54","2026-04-13 00:43:06"
71,anthropic/claude-sonnet-4.6,79864026,"Nested fields vs Flat fields in Elastic",0,1,39,0,elasticsearch,"2026-01-09 08:02:18","2026-04-13 00:43:06"
72,anthropic/claude-sonnet-4.5,79864026,"Nested fields vs Flat fields in Elastic",0,1,39,0,elasticsearch,"2026-01-09 08:02:18","2026-04-13 00:43:06"
73,anthropic/claude-sonnet-4.6,79824842,"How to set the default opening pages of VScode to be a welcome page or blank one?",-2,1,162,1,visual-studio-code,"2025-11-19 19:08:25","2026-04-13 00:43:06"
74,anthropic/claude-sonnet-4.5,79824842,"How to set the default opening pages of VScode to be a welcome page or blank one?",-2,1,162,1,visual-studio-code,"2025-11-19 19:08:25","2026-04-13 00:43:06"
75,anthropic/claude-haiku-4.5,79916843,"How do you avoid AI model registry drift when one service hard-codes old model IDs and another defines the current provider registry?",-2,1,83,0,"node.js,typescript,architecture,refactoring,api-design","2026-03-30 02:40:06","2026-04-13 00:43:07"
76,anthropic/claude-haiku-4.5,79898245,"How can I estimate or count input tokens for a PDF before sending it to AWS Bedrock, since CountTokens API doesn't support document input?",0,2,131,0,"artificial-intelligence,amazon-bedrock,claude","2026-02-28 03:41:13","2026-04-13 00:43:07"
77,anthropic/claude-haiku-4.5,78746890,"I read a PDF file using Python, and part of the content is displayed as a string of garbled text. How should I restore it?",2,1,138,1,"python,pdf,pymupdf","2024-07-14 16:28:01","2026-04-13 00:43:07"
78,anthropic/claude-haiku-4.5,79866557,"Visual Studio Code Shortcut for switching between Copilot models?",0,1,209,1,"visual-studio-code,github-copilot","2026-01-13 00:28:40","2026-04-13 00:43:07"
79,anthropic/claude-haiku-4.5,79824842,"How to set the default opening pages of VScode to be a welcome page or blank one?",-2,1,162,1,visual-studio-code,"2025-11-19 19:08:25","2026-04-13 00:43:07"
80,anthropic/claude-haiku-4.5,79796790,"(Amplify Gen 2) Bedrock AI Generation Produces ValidationException (Mapping Error)",-1,1,134,1,"javascript,amazon-web-services,aws-amplify,aws-appsync,amazon-bedrock","2025-10-22 12:54:58","2026-04-13 00:43:07"
81,anthropic/claude-haiku-4.5,78850311,"How to pass system prompt to claude 3 haiku on AWS Bedrock Using JavaScript SDK V3",4,2,3220,1,"javascript,amazon-web-services,amazon-bedrock,claude","2024-08-08 20:23:42","2026-04-13 00:43:07"
82,anthropic/claude-haiku-4.5,79632861,""API Error: 400 invalid beta flag" when trying to use Claude Code with Bedrock using claude 3.5 haiku",2,1,3409,1,"amazon-bedrock,claude,claude-code","2025-05-21 22:58:41","2026-04-13 00:43:07"
83,anthropic/claude-haiku-4.5,78534165,"Claude API error despite showing that it's working in Anthropic Console",1,0,3173,0,"javascript,reactjs,claude","2024-05-26 02:50:23","2026-04-13 00:43:07"
84,anthropic/claude-haiku-4.5,79642080,"Using Claude Sonnet 4 in VS Code",11,2,10435,1,"visual-studio-code,claude,vscode-copilot","2025-05-28 11:08:29","2026-04-13 00:43:07"
85,anthropic/claude-haiku-4.5,78323246,"Encountered 429 error "Quota exceeded for online_prediction_concurrent_requests_per_base_model" when using Claude 3 Haiku",2,3,13191,1,"google-cloud-platform,google-cloud-vertex-ai,http-status-code-429,claude","2024-04-14 08:59:49","2026-04-13 00:43:07"
86,anthropic/claude-haiku-4.5,79546682,"`BedrockService.GetStreamingResponseAsync` returns Amazon.BedrockRuntime.Model.ValidationException",0,1,96,1,"c#,amazon-web-services,amazon-bedrock,claude","2025-03-31 15:53:46","2026-04-13 00:43:07"
87,anthropic/claude-haiku-4.5,79510407,"anthropic.claude-3-haiku-20240307-v1:0 with on-demand throughput isn’t supported. Retry your request with the ID or ARN of an i",1,1,546,1,"amazon-web-services,amazon-bedrock","2025-03-14 23:26:02","2026-04-13 00:43:07"
88,anthropic/claude-haiku-4.5,79491063,"LangChain AgentExecutor invoke() doesn't return multiline output",0,0,435,0,"python,langchain,langchain-agents","2025-03-07 01:42:50","2026-04-13 00:43:07"
89,anthropic/claude-haiku-4.5,79381282,"I want to call amazon bedrock via api call in java instead of using sdk based approach",0,0,766,0,amazon-bedrock,"2025-01-23 13:32:00","2026-04-13 00:43:07"
90,google/gemini-3.1-pro-preview,79924021,"429 on vertex ai api, How to send 5–20 parallel Gemini API requests without hitting 429 rate limits on the low tier?",-4,0,53,0,"rate-limiting,google-cloud-vertex-ai","2026-04-11 15:23:24","2026-04-13 00:43:08"
91,google/gemini-3.1-pro-preview,79571718,"Leaflet map: Custom popup layer always appears under Leaflet buttons, despite z-index attempts",0,3,272,0,"javascript,html,css,leaflet","2025-04-13 15:37:20","2026-04-13 00:43:08"
92,google/gemini-3.1-pro-preview,79894526,"Gemini on Vertex AI: single image works in AI Studio, multi-image / annotated image hangs or fails",0,1,64,0,"python,sdk,google-cloud-vertex-ai,google-gemini","2026-02-23 10:48:44","2026-04-13 00:43:08"
93,google/gemini-3.1-pro-preview,79884545,"How can we resolve Gemini API block_reason: OTHER when using Gemini 3 Pro Image Preview for sensitive entities?",0,1,99,0,"google-gemini,image-generation,google-gemini-file-api","2026-02-06 18:55:42","2026-04-13 00:43:08"
94,google/gemini-3.1-pro-preview,79811865,"MLKit GenAI: “Feature not available / Feature 636 is not available” error on Android device",0,0,346,0,"android,google-mlkit","2025-11-06 23:36:35","2026-04-13 00:43:08"
95,google/gemini-3.1-pro-preview,79674500,"Handling 429 Too Many Requests Error with Google Gemini API in Next.js Client-Side Application",0,0,839,0,"javascript,next.js,jsx,google-gemini","2025-06-21 14:18:49","2026-04-13 00:43:08"
96,google/gemini-3.1-pro-preview,78696442,"Gemini is returning empty response for some queries in langchain using pinecone as vector storage",3,0,1269,0,"langchain,google-gemini","2024-07-02 10:26:26","2026-04-13 00:43:08"
97,google/gemini-3.1-pro-preview,79593466,"Where are these runtime startup/shutdown errors coming from using C++ WinRT/WinUI-3?",0,0,222,0,"xaml,native,winui-3,c++-winrt","2025-04-26 00:23:54","2026-04-13 00:43:08"
98,google/gemini-3.1-pro-preview,78535824,"Why does my code send 429 Quota Exceeds on Google Gemini API with generative UI?",9,2,37847,1,google-gemini,"2024-05-26 16:20:43","2026-04-13 00:43:08"
99,google/gemini-3.1-pro-preview,79314756,"Limited to 5 RPM on Vertex AI",0,0,236,0,"python,google-cloud-platform,python-asyncio,google-cloud-vertex-ai","2024-12-28 23:59:04","2026-04-13 00:43:08"
100,google/gemini-3.1-pro-preview,79093563,"How to Use the Vertex API With Long Text Prompts",3,1,756,1,"javascript,node.js,firebase,google-cloud-vertex-ai","2024-10-16 10:09:11","2026-04-13 00:43:08"
101,google/gemini-3.1-pro-preview,79039958,"Getting Tokens Usage Metadata from Gemini LLM calls in LangChain RAG RunnableSequence",1,1,1612,0,"python,langchain,google-cloud-vertex-ai,retrieval-augmented-generation","2024-09-30 15:04:06","2026-04-13 00:43:08"
102,google/gemini-3.1-pro-preview,77713816,"Gemini API : Error when calling .generate_content(prompt)",2,1,6338,1,"openai-api,large-language-model,faiss,openaiembeddings,google-gemini","2023-12-25 13:26:18","2026-04-13 00:43:08"
103,google/gemini-3.1-pro-preview,78735649,"Implementing the Langraph into the current AI Agent for the conversation in the interview",2,1,577,1,"python,langchain,langgraph","2024-07-11 12:50:23","2026-04-13 00:43:08"
104,google/gemini-3.1-pro-preview,78606768,"DHCP - Windows User machine not taking the IP from Windows Server DHCP",0,0,294,0,"windows,dhcp,vmware-workstation,windows-server-2022","2024-06-11 10:02:45","2026-04-13 00:43:08"
105,google/gemini-2.5-pro,79924021,"429 on vertex ai api, How to send 5–20 parallel Gemini API requests without hitting 429 rate limits on the low tier?",-4,0,53,0,"rate-limiting,google-cloud-vertex-ai","2026-04-11 15:23:24","2026-04-13 00:43:09"
106,google/gemini-2.5-pro,79571718,"Leaflet map: Custom popup layer always appears under Leaflet buttons, despite z-index attempts",0,3,272,0,"javascript,html,css,leaflet","2025-04-13 15:37:20","2026-04-13 00:43:09"
107,google/gemini-2.5-pro,79824842,"How to set the default opening pages of VScode to be a welcome page or blank one?",-2,1,162,1,visual-studio-code,"2025-11-19 19:08:25","2026-04-13 00:43:09"
108,google/gemini-2.5-pro,79824101,""ERROR: gcloud crashed (Warning): Scope has changed" when trying to run `gcloud auth application-default login --no-launch-browser`",1,2,659,1,"authentication,google-cloud-platform,gcloud","2025-11-19 05:51:40","2026-04-13 00:43:09"
109,google/gemini-2.5-pro,79810510,"Gemini API RPD Limit Not Resetting After Upgrading to Paid Tier (Rate Limit Stuck)",0,0,577,0,"python,google-cloud-platform,rate-limiting,google-cloud-billing,google-cloud-api-keys","2025-11-05 19:15:43","2026-04-13 00:43:09"
110,google/gemini-2.5-pro,79746319,"Multi-timezone aggregation convention",0,0,32,0,"cron,global,dashboard,utc","2025-08-26 01:02:34","2026-04-13 00:43:09"
111,google/gemini-2.5-pro,79693479,"Electron does not support dragging photos into the area to upload",0,1,61,1,"javascript,electron","2025-07-07 22:40:39","2026-04-13 00:43:09"
112,google/gemini-2.5-pro,79679534,"browser-use agent stuck while processing workflow and throws 504 deadline exceeded error",0,0,268,0,"langchain,google-gemini,browser-use","2025-06-25 18:54:34","2026-04-13 00:43:09"
113,google/gemini-2.5-pro,79674500,"Handling 429 Too Many Requests Error with Google Gemini API in Next.js Client-Side Application",0,0,839,0,"javascript,next.js,jsx,google-gemini","2025-06-21 14:18:49","2026-04-13 00:43:09"
114,google/gemini-2.5-pro,79664752,"Vertex AI returns HTML instead of JSON for gemini-2.5-pro-preview-06-05 on global endpoint",1,0,123,0,google-gemini,"2025-06-13 11:19:01","2026-04-13 00:43:09"
115,google/gemini-2.5-pro,79658015,"Error trying to use "gemini-2.5-pro-preview-06-05" in Firebase Vertex AI",2,1,871,1,"javascript,firebase,google-cloud-vertex-ai,firebase-ai-logic","2025-06-08 16:42:39","2026-04-13 00:43:09"
116,google/gemini-2.5-pro,79655098,"Is there a reliable way to handle a Route Path losing focus? Like onBlur",0,1,45,0,"reactjs,react-dom,onblur,lost-focus,react-strictmode","2025-06-05 19:05:21","2026-04-13 00:43:09"
117,google/gemini-2.5-pro,79632374,"How to get full, raw, serialized prompt that is sent to LLM using Instructor",2,0,265,0,"python,pydantic,large-language-model,google-gemini","2025-05-21 16:12:15","2026-04-13 00:43:09"
118,google/gemini-2.5-pro,79629981,"Issues Getting Ghibli-Style Image Output with Gemini API - What Am I Missing?",0,1,564,1,"python,artificial-intelligence,openai-api,google-gemini","2025-05-20 07:33:02","2026-04-13 00:43:09"
119,google/gemini-2.5-pro,79629461,"Does structured output disable thinking in the Gemini API?",0,0,470,0,google-gemini,"2025-05-19 20:49:49","2026-04-13 00:43:09"
120,google/gemini-2.5-flash,79924021,"429 on vertex ai api, How to send 5–20 parallel Gemini API requests without hitting 429 rate limits on the low tier?",-4,0,53,0,"rate-limiting,google-cloud-vertex-ai","2026-04-11 15:23:24","2026-04-13 00:43:11"
121,google/gemini-2.5-flash,79916843,"How do you avoid AI model registry drift when one service hard-codes old model IDs and another defines the current provider registry?",-2,1,83,0,"node.js,typescript,architecture,refactoring,api-design","2026-03-30 02:40:06","2026-04-13 00:43:11"
122,google/gemini-2.5-flash,79840266,"ResourceExhausted: 429 with "limit: 0" on Gemini API Free Tier (LangChain) even after new project",6,2,6876,0,"python,google-cloud-platform,google-api,langchain,google-gemini","2025-12-07 13:46:00","2026-04-13 00:43:11"
123,google/gemini-2.5-flash,79910189,"Unsupported Unicode escape sequence",0,1,40,0,"python-3.x,supabase-database,unicode-escapes","2026-03-18 18:10:38","2026-04-13 00:43:11"
124,google/gemini-2.5-flash,79902282,"Recommended client-side VAD (Voice Activity Detection) for long-duration lecture recording in the browser?",0,2,96,0,"javascript,webrtc,web-audio-api,google-generativeai","2026-03-06 12:54:48","2026-04-13 00:43:11"
125,google/gemini-2.5-flash,79898277,"Dialogflow CX Telephony Language switching bottleneck",0,0,49,0,"google-cloud-platform,dialogflow-cx","2026-02-28 05:54:55","2026-04-13 00:43:11"
126,google/gemini-2.5-flash,79882902,"Firebase AI App Check: Real-time Live API requests showing as Unverified while standard Generative AI requests are Verified",2,0,101,0,"android,firebase,firebase-app-check,firebase-ai-logic","2026-02-04 16:09:13","2026-04-13 00:43:11"
127,google/gemini-2.5-flash,79864586,"How to stream real-time audio between Exotel Voicebot and Google Gemini Live API using WebSockets (Node.js)?",0,1,123,1,"node.js,websocket,html5-audio,google-gemini,exotel-api","2026-01-09 18:42:39","2026-04-13 00:43:11"
128,google/gemini-2.5-flash,79862217,"Gemini Live API SessionResumptionUpdate Returning None for new_handle - Session Resumption Not Working",2,1,177,1,"python,google-gemini,google-generativeai","2026-01-07 08:25:20","2026-04-13 00:43:11"
129,google/gemini-2.5-flash,79852776,"Python Gemini Live API Session resumption won't save last question",1,1,80,0,"python,google-gemini","2025-12-22 09:43:32","2026-04-13 00:43:11"
130,google/gemini-2.5-flash,79858533,"ADK Google Gemini: "Session not found: default when" using InMemoryRunner with LlmAgent",0,1,161,1,"python,flask,python-asyncio,google-generativeai,google-agent-development-kit","2026-01-01 09:41:40","2026-04-13 00:43:11"
131,google/gemini-2.5-flash,79851378,"Python Gemini Live API ConnectionClosedError when trying to load previous conversation in the new one",0,1,128,1,"python,google-gemini","2025-12-19 19:05:42","2026-04-13 00:43:11"
132,google/gemini-2.5-flash,79809585,"How can I configure Structured Output for model: gemini-2.5-flash-image?",1,1,621,1,google-gemini,"2025-11-05 03:14:00","2026-04-13 00:43:11"
133,google/gemini-2.5-flash,79822359,"agent.invoke() with Gemini gives inconsistent output types",1,1,162,0,"python,langchain,py-langchain,langchain-agents","2025-11-17 13:39:50","2026-04-13 00:43:11"
134,google/gemini-2.5-flash,79810510,"Gemini API RPD Limit Not Resetting After Upgrading to Paid Tier (Rate Limit Stuck)",0,0,577,0,"python,google-cloud-platform,rate-limiting,google-cloud-billing,google-cloud-api-keys","2025-11-05 19:15:43","2026-04-13 00:43:11"
135,google/gemma-4-31b-it,79921380,"llama.cpp cancelled the task during handling requests from OpenClaw",-4,0,109,0,"large-language-model,llamacpp,gemma","2026-04-07 08:32:33","2026-04-13 00:43:12"
136,google/gemma-4-31b-it,79844509,"I want to improve my program thats about a React Tasklist",1,4,118,1,"javascript,reactjs","2025-12-12 02:05:07","2026-04-13 00:43:12"
137,google/gemma-4-31b-it,79834752,"Repetitive generation on instruction tuning for raw language model",-1,2,114,1,"machine-learning,deep-learning,huggingface-transformers,large-language-model,fine-tuning","2025-12-01 11:33:57","2026-04-13 00:43:12"
138,google/gemma-4-31b-it,79547235,"Serving models using VLLM on Huggingface Spaces",1,1,633,0,"docker,large-language-model,huggingface,vllm","2025-03-31 20:46:06","2026-04-13 00:43:12"
139,google/gemma-4-31b-it,79490610,"How do I get google/gemma-2-2b to strictly follow my prompt in Hugging Face Transformers?",1,1,499,1,"python,prompt,large-language-model","2025-03-06 20:24:34","2026-04-13 00:43:12"
140,google/gemma-4-31b-it,79130264,"How to Load a 4-bit Quantized VLM Model from Hugging Face with Transformers?",3,2,3014,1,"python,nlp,huggingface-transformers,huggingface,quantization","2024-10-27 09:31:21","2026-04-13 00:43:12"
141,google/gemma-4-31b-it,79256112,"How to log only the current script file to W&B code panel immediately?",0,1,53,0,"deep-learning,nlp,wandb","2024-12-05 20:11:21","2026-04-13 00:43:12"
142,google/gemma-4-31b-it,79256257,"Why does moving ML model initialization into a function prevent GPU OOM errors when del, gc.collect(), and torch.cuda.empty_cache() fail?",1,0,449,0,"python-3.x,nlp,garbage-collection,huggingface-transformers,vllm","2024-12-05 21:19:02","2026-04-13 00:43:12"
143,google/gemma-4-31b-it,79133642,"Cuda failure ‘named symbol not found’ when run on 4 L4 GPUs",0,0,431,0,"python-3.x,pytorch,multiprocessing,distributed-computing,accelerate","2024-10-28 13:39:31","2026-04-13 00:43:12"
144,google/gemma-4-31b-it,78687183,"LLama3 model fine tunning issue",1,0,312,0,"python-3.x,data-science,llama","2024-06-29 22:11:27","2026-04-13 00:43:12"
145,google/gemma-4-31b-it,78575305,"AttributeError: 'TrainingArguments' object has no attribute 'model_init_kwargs'",3,1,5521,1,"python,nlp,huggingface-transformers,large-language-model,peft","2024-06-04 12:06:34","2026-04-13 00:43:12"
146,google/gemma-4-31b-it,78068285,"Why doesn't Ollama use MORE RAM?",7,1,16165,1,"windows-subsystem-for-linux,langchain,large-language-model,ollama","2024-02-27 14:23:20","2026-04-13 00:43:12"
147,google/gemma-4-31b-it,78273341,"Python error InvalidHeaderDeserialization when loading model from huggingface",1,0,1835,0,"pytorch,huggingface-transformers,large-language-model","2024-04-04 10:52:49","2026-04-13 00:43:12"
148,google/gemma-4-31b-it,78191069,"How to compile a Gemma 7b TFLite model for MediaPipe?",0,0,859,0,"android,tensorflow-lite,large-language-model,tflite,gemma","2024-03-20 05:49:49","2026-04-13 00:43:12"
149,google/gemma-4-31b-it,77968847,"Flattening a One to many Join to one row",1,0,23,0,"sql,sql-server,sql-server-2019","2024-02-09 14:33:45","2026-04-13 00:43:12"
150,meta-llama/llama-4-maverick,79918184,"On running my flutter app which uses llama_cpp_dart package. It is showing error loading model",0,0,54,0,"dart,machine-learning,flutter-dependencies,llamacpp,static-quantization","2026-04-01 07:00:24","2026-04-13 00:43:13"
151,meta-llama/llama-4-maverick,79921380,"llama.cpp cancelled the task during handling requests from OpenClaw",-4,0,109,0,"large-language-model,llamacpp,gemma","2026-04-07 08:32:33","2026-04-13 00:43:13"
152,meta-llama/llama-4-maverick,79910632,"Langchain tool does not implement database record addition",1,1,54,1,"python,py-langchain,sqlite3-python","2026-03-19 11:40:38","2026-04-13 00:43:13"
153,meta-llama/llama-4-maverick,79896795,"Binary incompatibility with Numpy",0,0,95,0,"python,numpy,spacy","2026-02-26 07:58:38","2026-04-13 00:43:13"
154,meta-llama/llama-4-maverick,79854747,"How can i correctly change the LLAMA3 default maxtoken=256 in Blazor app on .NET 10.0?",1,0,102,0,"c#,blazor,artificial-intelligence,llama,.net-10.0","2025-12-25 08:39:16","2026-04-13 00:43:13"
155,meta-llama/llama-4-maverick,79865030,"Subword-method OOV showing 0.00% for all tokenizers but I think it shouldn't",0,0,13,0,"python,nlp,oov","2026-01-10 14:46:45","2026-04-13 00:43:13"
156,meta-llama/llama-4-maverick,79837134,"Integrate a chart into Kivy",-3,1,49,1,"python,kivy,kivy-language,kivymd,kivy-recycleview","2025-12-03 16:49:18","2026-04-13 00:43:13"
157,meta-llama/llama-4-maverick,79828871,"LM Studio - vk::Device::getFenceStatus: ErrorDeviceLost",2,1,795,0,lm-studio,"2025-11-24 16:20:00","2026-04-13 00:43:13"
158,meta-llama/llama-4-maverick,79815816,"Which LLMs can I run locally on RTX 1080 8GB with 48GB RAM?",0,0,184,0,"gpu,large-language-model,ollama","2025-11-10 15:46:14","2026-04-13 00:43:13"
159,meta-llama/llama-4-maverick,78613694,"Prompt Template for Sequence matching using LlamaIndex and Llama3-70B-Instruct",0,1,324,1,"llama-index,llamacpp,llama3","2024-06-12 15:40:48","2026-04-13 00:43:13"
160,meta-llama/llama-4-maverick,79773172,"pippy examples: torch._dynamo.exc.UserError: It looks like one of the outputs with type <class transformers.cache_utils.DynamicCache> is not supported",0,0,152,0,"python,pytorch,huggingface-transformers,llama","2025-09-24 00:05:20","2026-04-13 00:43:13"
161,meta-llama/llama-4-maverick,79772697,"langgraph with ollama not responding with a response",0,0,117,0,"python,langchain,ollama,langgraph,langchain-agents","2025-09-23 14:01:30","2026-04-13 00:43:13"
162,meta-llama/llama-4-maverick,78878720,"Tailwind CSS Dark Mode Not Working as Expected",1,2,2049,1,"css,reactjs,tailwind-css,darkmode,tailwind-in-js","2024-08-16 10:29:11","2026-04-13 00:43:13"
163,meta-llama/llama-4-maverick,77491941,"Llama 2 with Langchain tools",5,1,5606,0,"python,langchain,llama","2023-11-16 02:23:05","2026-04-13 00:43:13"
164,meta-llama/llama-4-maverick,79722449,"Python gpt4all gives error for libllama.so python:3.12-slim image",0,0,199,0,"python,docker,gpt-4","2025-08-01 11:39:03","2026-04-13 00:43:13"
165,meta-llama/llama-4-scout,79910632,"Langchain tool does not implement database record addition",1,1,54,1,"python,py-langchain,sqlite3-python","2026-03-19 11:40:38","2026-04-13 00:43:14"
166,meta-llama/llama-4-scout,79664132,"Unable to use serverless connection in a PromptFlow pipeline",0,0,161,0,"python,azure,azure-machine-learning-service,azureml-python-sdk,azure-promptflow","2025-06-12 21:42:55","2026-04-13 00:43:14"
167,meta-llama/llama-4-scout,79583625,"How to add memory to Llama 4 while using it through CMD using groq api?",0,1,205,1,"json,batch-file,memory,command-prompt,groq","2025-04-20 18:09:46","2026-04-13 00:43:14"
168,meta-llama/llama-3.3-70b-instruct,79907528,"Why does Groq langchain model return 'tool use failed error'?",3,0,121,0,"python,py-langchain,sqlite3-python","2026-03-14 15:24:44","2026-04-13 00:43:15"
169,meta-llama/llama-3.3-70b-instruct,79910632,"Langchain tool does not implement database record addition",1,1,54,1,"python,py-langchain,sqlite3-python","2026-03-19 11:40:38","2026-04-13 00:43:15"
170,meta-llama/llama-3.3-70b-instruct,79902404,"NL-to-SQL pipeline with PostgreSQL — join path selection, reserved word errors, and query accuracy",0,2,69,1,"python,postgresql,machine-learning,large-language-model","2026-03-06 16:41:51","2026-04-13 00:43:15"
171,meta-llama/llama-3.3-70b-instruct,79899925,"G6e.24xlarge vs G7e.12xlarge EC2 Instance Recomendation",1,1,84,1,"amazon-web-services,amazon-ec2,gpu,large-language-model,llama","2026-03-03 07:30:14","2026-04-13 00:43:15"
172,meta-llama/llama-3.3-70b-instruct,79896070,"Agentic RAG tool_calling issue: Groq + LangChain agent fails with tool_use_failed when calling custom tool (Llama 3.3)",1,0,89,0,"langchain,rag,langgraph,groq,tool-calling","2026-02-25 10:03:39","2026-04-13 00:43:15"
173,meta-llama/llama-3.3-70b-instruct,79358392,"How do I setup a python code to access llama 3.3 model",0,1,304,0,"large-language-model,llama,ollama","2025-01-15 13:25:10","2026-04-13 00:43:15"
174,meta-llama/llama-3.3-70b-instruct,79477997,"API endpoint for AI chat completions worked on local but 500 on Cloudflare production",1,1,437,0,"next.js,artificial-intelligence,cloudflare,openai-api,edge-runtime","2025-03-01 17:41:25","2026-04-13 00:43:15"
175,meta-llama/llama-3.3-70b-instruct,79325427,"How to get this C# code working for HuggingFace models",1,1,508,0,"openai-api,large-language-model,huggingface,groq","2025-01-03 03:20:20","2026-04-13 00:43:15"
176,meta-llama/llama-3.3-70b-instruct,79425238,"groq.GroqError: The api_key client option must be set either by passing api_key to the client or by setting the GROQ_API_KEY environment variable",0,0,1162,0,"python,llama","2025-02-09 16:21:46","2026-04-13 00:43:15"
177,meta-llama/llama-3.3-70b-instruct,79420484,"Tool calling node is not working properly in LangGraph",1,0,554,0,"python,langgraph","2025-02-07 10:06:31","2026-04-13 00:43:15"
178,meta-llama/llama-3.3-70b-instruct,79362738,"Error calling the LLM using model API, using LlamaIndex",0,1,613,0,"openai-api,large-language-model,llama,llama-index,groq","2025-01-16 18:37:24","2026-04-13 00:43:15"
179,meta-llama/llama-3.3-70b-instruct,79350004,"What's causing the high input token count in Huggingface's smolagents?",-1,1,570,0,"python,prompt,agent,huggingface","2025-01-12 13:49:43","2026-04-13 00:43:15"
180,meta-llama/llama-3.3-70b-instruct,79322580,"Calling huggingface APIs fails",0,0,135,0,"python,huggingface","2025-01-02 01:09:29","2026-04-13 00:43:15"
181,meta-llama/llama-3.3-70b-instruct,78237938,"llama-cpp-python with metal acceleration on Apple silicon failing",0,0,961,0,"python,docker,macos,cmake,llama-cpp-python","2024-03-28 11:43:46","2026-04-13 00:43:15"
182,deepseek/deepseek-v3.2,79468013,"How to run DeepSeek model locally",1,2,2847,0,"python,docker,machine-learning,large-language-model,deepseek","2025-02-25 22:14:20","2026-04-13 00:43:16"
183,deepseek/deepseek-v3.2,79826779,"My Code With Openrouter api is not working",-2,1,669,1,"python,artificial-intelligence,python-3.5,large-language-model,openrouter","2025-11-21 17:02:41","2026-04-13 00:43:16"
184,deepseek/deepseek-v3.2,79596580,"Can't execute requests from Swagger UI to API Gateway for different services",0,1,101,0,"java,spring-boot,openapi,swagger-ui","2025-04-28 13:35:12","2026-04-13 00:43:16"
185,deepseek/deepseek-v3.2,79573889,"Running DeepSeek-V3 inference without GPU (on CPU only)",1,0,493,0,"python,pytorch,huggingface-transformers,huggingface,deepseek","2025-04-14 19:35:59","2026-04-13 00:43:16"
186,deepseek/deepseek-v3.2,79557012,"I am using LangChain4j to develop a knowledge base and encountered the "different vector dimensions 1024 and 384"",0,1,523,1,"java,rag,pgvector,langchain4j","2025-04-05 13:12:43","2026-04-13 00:43:16"
187,deepseek/deepseek-v3.2,79569505,"Load DeepSeek-V3 model from local repo",2,1,339,1,"python,huggingface-transformers,huggingface,deepseek","2025-04-11 18:26:42","2026-04-13 00:43:16"
188,deepseek/deepseek-v3.2,79517603,"Use multiple API model providers with aider",0,1,378,1,"configuration,large-language-model,aider","2025-03-18 13:30:56","2026-04-13 00:43:16"
189,deepseek/deepseek-v3.2,79517581,"Configure Aider with custom models?",1,1,986,1,"configuration,large-language-model,aider","2025-03-18 13:22:33","2026-04-13 00:43:16"
190,deepseek/deepseek-v3.2,79499868,"Unable to write a regular expression, no AI I've tried works",-3,1,167,1,"regex,replace,selection","2025-03-11 06:49:37","2026-04-13 00:43:16"
191,deepseek/deepseek-r1-0528,79468013,"How to run DeepSeek model locally",1,2,2847,0,"python,docker,machine-learning,large-language-model,deepseek","2025-02-25 22:14:20","2026-04-13 00:43:17"
192,deepseek/deepseek-r1,79468013,"How to run DeepSeek model locally",1,2,2847,0,"python,docker,machine-learning,large-language-model,deepseek","2025-02-25 22:14:20","2026-04-13 00:43:17"
193,deepseek/deepseek-r1-0528,79826779,"My Code With Openrouter api is not working",-2,1,669,1,"python,artificial-intelligence,python-3.5,large-language-model,openrouter","2025-11-21 17:02:41","2026-04-13 00:43:17"
194,deepseek/deepseek-r1,79826779,"My Code With Openrouter api is not working",-2,1,669,1,"python,artificial-intelligence,python-3.5,large-language-model,openrouter","2025-11-21 17:02:41","2026-04-13 00:43:17"
195,deepseek/deepseek-r1-0528,79749305,"Can't connect to Ollama hosted locally from python script",0,1,196,0,"docker,docker-compose,etl,large-language-model,ollama","2025-08-28 15:24:16","2026-04-13 00:43:17"
196,deepseek/deepseek-r1,79749305,"Can't connect to Ollama hosted locally from python script",0,1,196,0,"docker,docker-compose,etl,large-language-model,ollama","2025-08-28 15:24:16","2026-04-13 00:43:17"
197,deepseek/deepseek-r1-0528,79385136,"PandasAI give exactly the same result with different models",0,1,147,0,"large-language-model,pandasai,pandas-ai","2025-01-24 17:17:28","2026-04-13 00:43:17"
198,deepseek/deepseek-r1,79385136,"PandasAI give exactly the same result with different models",0,1,147,0,"large-language-model,pandasai,pandas-ai","2025-01-24 17:17:28","2026-04-13 00:43:17"
199,deepseek/deepseek-r1-0528,79629140,"SGLang Triggers Error: ValueError: '<class 'sglang.srt.configs.qwen2_5_vl_config.Qwen2_5_VLConfig'>' is already used by a Transformers model",0,0,90,0,"huggingface-transformers,large-language-model,inference,deepseek,sglang","2025-05-19 16:29:42","2026-04-13 00:43:17"
200,deepseek/deepseek-r1,79629140,"SGLang Triggers Error: ValueError: '<class 'sglang.srt.configs.qwen2_5_vl_config.Qwen2_5_VLConfig'>' is already used by a Transformers model",0,0,90,0,"huggingface-transformers,large-language-model,inference,deepseek,sglang","2025-05-19 16:29:42","2026-04-13 00:43:17"
201,deepseek/deepseek-r1-0528,79605632,"pandasai can't use training data",0,0,66,0,"python,chromadb,pandasai","2025-05-04 12:47:36","2026-04-13 00:43:17"
202,deepseek/deepseek-r1,79605632,"pandasai can't use training data",0,0,66,0,"python,chromadb,pandasai","2025-05-04 12:47:36","2026-04-13 00:43:17"
203,deepseek/deepseek-r1-0528,79557012,"I am using LangChain4j to develop a knowledge base and encountered the "different vector dimensions 1024 and 384"",0,1,523,1,"java,rag,pgvector,langchain4j","2025-04-05 13:12:43","2026-04-13 00:43:17"
204,deepseek/deepseek-r1,79557012,"I am using LangChain4j to develop a knowledge base and encountered the "different vector dimensions 1024 and 384"",0,1,523,1,"java,rag,pgvector,langchain4j","2025-04-05 13:12:43","2026-04-13 00:43:17"
205,deepseek/deepseek-r1-0528,79517603,"Use multiple API model providers with aider",0,1,378,1,"configuration,large-language-model,aider","2025-03-18 13:30:56","2026-04-13 00:43:17"
206,deepseek/deepseek-r1,79517603,"Use multiple API model providers with aider",0,1,378,1,"configuration,large-language-model,aider","2025-03-18 13:30:56","2026-04-13 00:43:17"
207,deepseek/deepseek-r1-0528,79517581,"Configure Aider with custom models?",1,1,986,1,"configuration,large-language-model,aider","2025-03-18 13:22:33","2026-04-13 00:43:17"
208,deepseek/deepseek-r1,79517581,"Configure Aider with custom models?",1,1,986,1,"configuration,large-language-model,aider","2025-03-18 13:22:33","2026-04-13 00:43:17"
209,deepseek/deepseek-r1-0528,79406917,"How can I accurately count tokens for Llama3/DeepSeek r1 prompts when Groq API reports “Request too large”?",1,0,2919,0,"python,tokenize,groq,llama3,deepseek","2025-02-02 16:19:08","2026-04-13 00:43:17"
210,deepseek/deepseek-r1,79406917,"How can I accurately count tokens for Llama3/DeepSeek r1 prompts when Groq API reports “Request too large”?",1,0,2919,0,"python,tokenize,groq,llama3,deepseek","2025-02-02 16:19:08","2026-04-13 00:43:17"
211,deepseek/deepseek-r1-0528,79501123,"Unable to use SemanticKernel plugins with DeepSeek-R1 on Azure AI Foundry",1,1,378,1,"c#,azure-ai,semantic-kernel,deepseek,semantic-kernel-plugins","2025-03-11 14:34:55","2026-04-13 00:43:17"
212,deepseek/deepseek-r1,79501123,"Unable to use SemanticKernel plugins with DeepSeek-R1 on Azure AI Foundry",1,1,378,1,"c#,azure-ai,semantic-kernel,deepseek,semantic-kernel-plugins","2025-03-11 14:34:55","2026-04-13 00:43:17"
213,deepseek/deepseek-r1-0528,79477727,"Ollama Deepseek - Not enough space on the disk",1,1,773,1,"ollama,deepseek","2025-03-01 14:17:40","2026-04-13 00:43:17"
214,deepseek/deepseek-r1,79477727,"Ollama Deepseek - Not enough space on the disk",1,1,773,1,"ollama,deepseek","2025-03-01 14:17:40","2026-04-13 00:43:17"
215,deepseek/deepseek-r1-0528,79470874,"Convert command line curl into PHP curl",0,0,28,0,"php,curl","2025-02-26 19:42:03","2026-04-13 00:43:17"
216,deepseek/deepseek-r1,79470874,"Convert command line curl into PHP curl",0,0,28,0,"php,curl","2025-02-26 19:42:03","2026-04-13 00:43:17"
217,deepseek/deepseek-r1-0528,79465047,"Where is the HuggingFace model saved in when loading a model on colab?",1,1,353,1,"nlp,huggingface-transformers,huggingface","2025-02-24 23:25:42","2026-04-13 00:43:17"
218,deepseek/deepseek-r1,79465047,"Where is the HuggingFace model saved in when loading a model on colab?",1,1,353,1,"nlp,huggingface-transformers,huggingface","2025-02-24 23:25:42","2026-04-13 00:43:17"
219,deepseek/deepseek-r1-0528,79444424,"How to add API key for deepseek installed on my server for others to use this service?",1,1,1541,0,"python,flask,deepseek","2025-02-17 04:43:37","2026-04-13 00:43:17"
220,deepseek/deepseek-r1,79444424,"How to add API key for deepseek installed on my server for others to use this service?",1,1,1541,0,"python,flask,deepseek","2025-02-17 04:43:37","2026-04-13 00:43:17"
221,mistralai/mistral-large-2512,79906682,"Recommended GenerationConfig for Medical Domain LLMs: Strategies to Minimize Hallucination and Ensure Factuality",3,1,73,0,"python,large-language-model","2026-03-13 06:13:08","2026-04-13 00:43:18"
222,mistralai/mistral-large-2512,78118990,"Is there a limit to file size upload on Ollama Web UI",-1,1,2251,0,ollama,"2024-03-07 05:41:13","2026-04-13 00:43:18"
223,mistralai/mistral-large-2512,79815816,"Which LLMs can I run locally on RTX 1080 8GB with 48GB RAM?",0,0,184,0,"gpu,large-language-model,ollama","2025-11-10 15:46:14","2026-04-13 00:43:18"
224,mistralai/mistral-large-2512,79040747,"Qwen 2.5 7B randomly hangs for 67 minutes when called using Ollama while running on EC2 Instance",0,0,1105,0,"large-language-model,ollama","2024-09-30 19:10:03","2026-04-13 00:43:18"
225,mistralai/mistral-large-2512,79499882,"Claude Sonnet can call tool only once at a time",1,1,261,0,"python,llama-index,claude","2025-03-11 06:55:40","2026-04-13 00:43:18"
226,mistralai/mistral-large-2512,79652847,"How to use response_format with dynamic Pydantic attributes (Mistral LARGE API)",0,0,144,0,"dynamic,pydantic,mistral-ai","2025-06-04 13:09:43","2026-04-13 00:43:18"
227,mistralai/mistral-large-2512,79621520,"How to get PublisherId, OfferId , PlanId of AI foundry model?",0,1,145,1,"azure,azure-machine-learning-service,azapi,azure-ai-foundry","2025-05-14 12:53:49","2026-04-13 00:43:18"
228,mistralai/mistral-large-2512,79598568,"Asynchronous multi-client Hugging Face inference server without blocking GPU utilization",0,1,154,1,"python,tensorflow,huggingface-transformers,large-language-model","2025-04-29 14:07:24","2026-04-13 00:43:18"
229,mistralai/mistral-large-2512,79496121,"Mistral AI OCR not returning anything useful",3,2,1999,1,"pdf,ocr,mistral-ai","2025-03-09 15:12:50","2026-04-13 00:43:18"
230,mistralai/mistral-large-2512,77550506,"What is the right way to do system prompting with Ollama in Langchain using Python?",13,2,55006,1,"langchain,large-language-model,mistral-7b","2023-11-26 04:57:32","2026-04-13 00:43:18"
231,mistralai/mistral-large-2512,79026181,"How do I run a LLM on multiple GPUs?",1,1,1591,1,"pytorch,gpu,large-language-model","2024-09-26 08:11:02","2026-04-13 00:43:18"
232,mistralai/mistral-large-2512,79123367,"LangChain ReAct agent not performing multiple cycles",0,0,822,0,"python,ollama,langgraph,langchain-agents","2024-10-24 19:12:24","2026-04-13 00:43:18"
233,mistralai/mistral-large-2512,79062223,"RAG with Haystack: compiles but returns empty responses",0,0,184,0,"python,huggingface-transformers,embedding,rag,haystack","2024-10-07 13:49:25","2026-04-13 00:43:18"
234,mistralai/mistral-large-2512,78854253,"Snowflake Cortex LLM functions throwing error",1,1,3201,1,snowflake-cloud-data-platform,"2024-08-09 18:53:57","2026-04-13 00:43:18"
235,mistralai/mistral-large-2512,78521037,"How to resolve Import Error when using quantization in bitsandbytes",0,1,1079,0,"python,importerror,quantization,gradio","2024-05-23 05:02:35","2026-04-13 00:43:18"
236,qwen/qwen3-235b-a22b,79910673,"How to run the qwen3:14b model locally using Ollama from a Hugging Face repository?",0,1,79,1,"huggingface,ollama","2026-03-19 12:58:36","2026-04-13 00:43:21"
237,qwen/qwen3-32b,79910673,"How to run the qwen3:14b model locally using Ollama from a Hugging Face repository?",0,1,79,1,"huggingface,ollama","2026-03-19 12:58:36","2026-04-13 00:43:21"
238,qwen/qwen3-235b-a22b,79909972,"I want to execute python script without activating the installed virtual env but I get : ModuleNotFoundError",-2,1,75,1,"c++,python-3.12","2026-03-18 13:08:52","2026-04-13 00:43:21"
239,qwen/qwen3-32b,79909972,"I want to execute python script without activating the installed virtual env but I get : ModuleNotFoundError",-2,1,75,1,"c++,python-3.12","2026-03-18 13:08:52","2026-04-13 00:43:21"
240,qwen/qwen3-235b-a22b,79850215,"Is there a way in MCP to stream a LLM response chunk by chunk back to the client?",3,0,281,0,"python,large-language-model,rag,model-context-protocol,mcp-server","2025-12-18 10:40:51","2026-04-13 00:43:21"
241,qwen/qwen3-32b,79850215,"Is there a way in MCP to stream a LLM response chunk by chunk back to the client?",3,0,281,0,"python,large-language-model,rag,model-context-protocol,mcp-server","2025-12-18 10:40:51","2026-04-13 00:43:21"
242,qwen/qwen3-235b-a22b,79887762,"Looking for a local AI model and server that can do Copilot Agent mode in VSCode",2,1,217,1,"visual-studio-code,artificial-intelligence,large-language-model,github-copilot","2026-02-11 22:47:31","2026-04-13 00:43:21"
243,qwen/qwen3-32b,79887762,"Looking for a local AI model and server that can do Copilot Agent mode in VSCode",2,1,217,1,"visual-studio-code,artificial-intelligence,large-language-model,github-copilot","2026-02-11 22:47:31","2026-04-13 00:43:21"
244,qwen/qwen3-235b-a22b,79859374,"Text embedding generation with LLMs for a specific usecase",1,4,111,1,"machine-learning,nlp","2026-01-02 18:47:44","2026-04-13 00:43:21"
245,qwen/qwen3-32b,79859374,"Text embedding generation with LLMs for a specific usecase",1,4,111,1,"machine-learning,nlp","2026-01-02 18:47:44","2026-04-13 00:43:21"
246,qwen/qwen3-235b-a22b,79828871,"LM Studio - vk::Device::getFenceStatus: ErrorDeviceLost",2,1,795,0,lm-studio,"2025-11-24 16:20:00","2026-04-13 00:43:21"
247,qwen/qwen3-32b,79828871,"LM Studio - vk::Device::getFenceStatus: ErrorDeviceLost",2,1,795,0,lm-studio,"2025-11-24 16:20:00","2026-04-13 00:43:21"
248,qwen/qwen3-235b-a22b,79826779,"My Code With Openrouter api is not working",-2,1,669,1,"python,artificial-intelligence,python-3.5,large-language-model,openrouter","2025-11-21 17:02:41","2026-04-13 00:43:21"
249,qwen/qwen3-32b,79826779,"My Code With Openrouter api is not working",-2,1,669,1,"python,artificial-intelligence,python-3.5,large-language-model,openrouter","2025-11-21 17:02:41","2026-04-13 00:43:21"
250,qwen/qwen3-235b-a22b,79818028,"AI Ollama console application, pass an image to the LLM using KernelFunction",0,0,135,0,"c#,.net-9.0,ollama","2025-11-12 16:55:00","2026-04-13 00:43:21"
251,qwen/qwen3-32b,79818028,"AI Ollama console application, pass an image to the LLM using KernelFunction",0,0,135,0,"c#,.net-9.0,ollama","2025-11-12 16:55:00","2026-04-13 00:43:21"
252,qwen/qwen3-235b-a22b,79804104,"Memory usage keeps increasing when extracting embeddings via sentence-transformers",1,1,297,0,"python,macos,nlp,apple-silicon,sentence-transformers","2025-10-29 18:09:52","2026-04-13 00:43:21"
253,qwen/qwen3-32b,79804104,"Memory usage keeps increasing when extracting embeddings via sentence-transformers",1,1,297,0,"python,macos,nlp,apple-silicon,sentence-transformers","2025-10-29 18:09:52","2026-04-13 00:43:21"
254,qwen/qwen3-235b-a22b,79790732,"How to fix “Expected all tensors to be on the same device” when running inference with Qwen3-VL-4B-Instruct?",1,2,395,1,"python,huggingface-transformers","2025-10-15 01:28:45","2026-04-13 00:43:21"
255,qwen/qwen3-32b,79790732,"How to fix “Expected all tensors to be on the same device” when running inference with Qwen3-VL-4B-Instruct?",1,2,395,1,"python,huggingface-transformers","2025-10-15 01:28:45","2026-04-13 00:43:21"
256,qwen/qwen3-235b-a22b,79790480,"MLXLMCommon in Swift gives error when loading model: noModelFactoryAvailable",0,1,100,1,"ios,swift,large-language-model,mlx","2025-10-14 18:01:10","2026-04-13 00:43:21"
257,qwen/qwen3-32b,79790480,"MLXLMCommon in Swift gives error when loading model: noModelFactoryAvailable",0,1,100,1,"ios,swift,large-language-model,mlx","2025-10-14 18:01:10","2026-04-13 00:43:21"
258,qwen/qwen3-235b-a22b,79761036,"PermissionError: [Errno 13] Permission denied: 'Qwen3-0.6B-SFT'",0,1,115,0,"huggingface-transformers,reinforcement-learning,fine-tuning","2025-09-10 15:48:19","2026-04-13 00:43:21"
259,qwen/qwen3-32b,79761036,"PermissionError: [Errno 13] Permission denied: 'Qwen3-0.6B-SFT'",0,1,115,0,"huggingface-transformers,reinforcement-learning,fine-tuning","2025-09-10 15:48:19","2026-04-13 00:43:21"
260,qwen/qwen3-235b-a22b,79772697,"langgraph with ollama not responding with a response",0,0,117,0,"python,langchain,ollama,langgraph,langchain-agents","2025-09-23 14:01:30","2026-04-13 00:43:21"
261,qwen/qwen3-32b,79772697,"langgraph with ollama not responding with a response",0,0,117,0,"python,langchain,ollama,langgraph,langchain-agents","2025-09-23 14:01:30","2026-04-13 00:43:21"
262,qwen/qwen3-235b-a22b,79754763,"URL getting rewritten when using Kubernetes ingress alongside Flask",1,1,89,1,"kubernetes,flask,nginx,url,kubernetes-ingress","2025-09-03 14:50:46","2026-04-13 00:43:21"
263,qwen/qwen3-32b,79754763,"URL getting rewritten when using Kubernetes ingress alongside Flask",1,1,89,1,"kubernetes,flask,nginx,url,kubernetes-ingress","2025-09-03 14:50:46","2026-04-13 00:43:21"
264,qwen/qwen3-235b-a22b,79754439,"ValueError when resuming LoRA fine-tuning with sentence-transformers CrossEncoderTrainer: "Unrecognized model" error",1,0,91,0,"pytorch,huggingface-transformers,sentence-transformers,peft","2025-09-03 10:10:05","2026-04-13 00:43:21"
265,qwen/qwen3-32b,79754439,"ValueError when resuming LoRA fine-tuning with sentence-transformers CrossEncoderTrainer: "Unrecognized model" error",1,0,91,0,"pytorch,huggingface-transformers,sentence-transformers,peft","2025-09-03 10:10:05","2026-04-13 00:43:21"
266,qwen/qwq-32b,79740593,"Steamworks vague steamcmd error when publishing",-2,1,316,1,"steam,steamworks-api","2025-08-20 03:33:42","2026-04-13 00:43:22"
267,qwen/qwq-32b,49389535,"Problems with flask and bad request",65,5,85496,1,"flask,angular5,flask-mysql","2018-03-20 16:29:59","2026-04-13 00:43:22"
268,qwen/qwq-32b,75610680,"How to detect a user's choice in C",0,2,162,0,"c,if-statement,scanf","2023-03-02 01:55:58","2026-04-13 00:43:22"
269,qwen/qwq-32b,73931177,"How to Compile correctly with nvcc in Visual Studio?",2,1,2914,1,"cuda,visual-studio-2022,nvcc","2022-10-03 04:40:16","2026-04-13 00:43:22"
270,qwen/qwq-32b,66310704,"AttributeError: type object 'Product' has no attribute 'objects'",0,3,7576,1,"python,django","2021-02-22 06:00:19","2026-04-13 00:43:22"
271,qwen/qwq-32b,73224240,"XPath Assistance Combining Two XPath to Get Exact Element",1,1,39,1,xpath,"2022-08-03 15:50:54","2026-04-13 00:43:22"
272,qwen/qwq-32b,71891210,"how can I use vcpkg to install sqlite3 and use in cmakelist.txt?",1,1,3930,1,"c++,sqlite,cmake,vcpkg","2022-04-16 04:55:53","2026-04-13 00:43:22"
273,qwen/qwq-32b,69769900,"Swift texfield input: pickerView, throws constraint error",1,1,452,1,"ios,swift,uipickerview,nslayoutconstraint","2021-10-29 13:38:21","2026-04-13 00:43:22"
274,qwen/qwq-32b,69283510,"Lower than caracter in json object send to php",0,0,41,0,"php,jquery,json,ajax,special-characters","2021-09-22 11:41:43","2026-04-13 00:43:22"
275,qwen/qwq-32b,56249157,"Extract data from database to text file with PHP [Codeigniter]",0,1,673,0,"php,codeigniter,header","2019-05-22 04:05:57","2026-04-13 00:43:22"
276,qwen/qwq-32b,66681927,"Native function that returns substring within a delimited string?",-2,3,200,1,"sql-server,t-sql","2021-03-17 22:06:02","2026-04-13 00:43:22"
277,qwen/qwq-32b,65455228,"Problem about shared variable between threads in Java(11)",0,1,152,1,"java,thread-safety,volatile","2020-12-26 09:59:00","2026-04-13 00:43:22"
278,qwen/qwq-32b,64821061,"Combining two character buffers in C",0,0,47,0,c,"2020-11-13 12:40:02","2026-04-13 00:43:22"
279,qwen/qwq-32b,63175721,"How can I use a variable globally in js (across many files)?",0,2,3005,1,"javascript,node.js,discord.js","2020-07-30 14:49:00","2026-04-13 00:43:22"
280,qwen/qwq-32b,62422356,"How to send time info to function in zsh-theme?",0,1,308,0,"zsh,oh-my-zsh","2020-06-17 05:58:14","2026-04-13 00:43:22"
281,x-ai/grok-4.20,27252854,"Kibana: Use timestamp from log file instead of @timestamp",2,4,9316,0,"timestamp,histogram,kibana","2014-12-02 15:21:00","2026-04-13 00:43:23"
282,x-ai/grok-4,27252854,"Kibana: Use timestamp from log file instead of @timestamp",2,4,9316,0,"timestamp,histogram,kibana","2014-12-02 15:21:00","2026-04-13 00:43:23"
283,x-ai/grok-4.20,79750963,"How to write a batch file that processes a maximum number of files concurrently",0,3,201,1,"windows,batch-file,cmd,concurrency","2025-08-30 06:11:23","2026-04-13 00:43:23"
284,x-ai/grok-4,79750963,"How to write a batch file that processes a maximum number of files concurrently",0,3,201,1,"windows,batch-file,cmd,concurrency","2025-08-30 06:11:23","2026-04-13 00:43:23"
285,x-ai/grok-4.20,79698402,"expo-audio not consistently playing in silent mode on iOS",2,1,629,1,"ios,react-native,audio,expo-av,expo-audio","2025-07-11 13:23:44","2026-04-13 00:43:23"
286,x-ai/grok-4,79698402,"expo-audio not consistently playing in silent mode on iOS",2,1,629,1,"ios,react-native,audio,expo-av,expo-audio","2025-07-11 13:23:44","2026-04-13 00:43:23"
287,x-ai/grok-4.20,79592433,"Power Automate flow fails when called as a guest user when called from a Power App",0,0,232,0,"sharepoint,power-automate,powerapps","2025-04-25 11:35:30","2026-04-13 00:43:23"
288,x-ai/grok-4,79592433,"Power Automate flow fails when called as a guest user when called from a Power App",0,0,232,0,"sharepoint,power-automate,powerapps","2025-04-25 11:35:30","2026-04-13 00:43:23"
289,x-ai/grok-4.20,78884546,"how to send audio files media to twilio stream phone call",0,1,685,0,"python,python-3.x,twilio,twilio-twiml,google-cloud-speech","2024-08-18 12:08:48","2026-04-13 00:43:23"
290,x-ai/grok-4,78884546,"how to send audio files media to twilio stream phone call",0,1,685,0,"python,python-3.x,twilio,twilio-twiml,google-cloud-speech","2024-08-18 12:08:48","2026-04-13 00:43:23"
291,x-ai/grok-4.20,79278727,"Logstash field is never shown after aggregation",1,1,41,1,"elasticsearch,logstash,aggregate,kibana,grok","2024-12-13 14:56:07","2026-04-13 00:43:23"
292,x-ai/grok-4,79278727,"Logstash field is never shown after aggregation",1,1,41,1,"elasticsearch,logstash,aggregate,kibana,grok","2024-12-13 14:56:07","2026-04-13 00:43:23"
293,x-ai/grok-4.20,59123308,"Why Linux has 4 layers of "page tables" and how it works exactly",0,2,4433,1,"linux,memory,process,operating-system,virtual-memory","2019-12-01 07:05:24","2026-04-13 00:43:23"
294,x-ai/grok-4,59123308,"Why Linux has 4 layers of "page tables" and how it works exactly",0,2,4433,1,"linux,memory,process,operating-system,virtual-memory","2019-12-01 07:05:24","2026-04-13 00:43:23"
295,x-ai/grok-4.20,5970302,"Cannot open include file: 'graphics.h': No such file or directory",3,4,95440,1,"c++,bgi","2011-05-11 20:36:16","2026-04-13 00:43:23"
296,x-ai/grok-4,5970302,"Cannot open include file: 'graphics.h': No such file or directory",3,4,95440,1,"c++,bgi","2011-05-11 20:36:16","2026-04-13 00:43:23"
297,x-ai/grok-4.20,77521191,"What's wrong with my logstash filter grok syntax?",0,1,357,1,"log4j,logstash-grok","2023-11-21 08:06:53","2026-04-13 00:43:23"
298,x-ai/grok-4,77521191,"What's wrong with my logstash filter grok syntax?",0,1,357,1,"log4j,logstash-grok","2023-11-21 08:06:53","2026-04-13 00:43:23"
299,x-ai/grok-4.20,77083816,"Derive a column value in my view based on related rows within the data",-2,1,26,1,"oracle-database,oracle19c","2023-09-11 17:50:15","2026-04-13 00:43:23"
300,x-ai/grok-4,77083816,"Derive a column value in my view based on related rows within the data",-2,1,26,1,"oracle-database,oracle19c","2023-09-11 17:50:15","2026-04-13 00:43:23"
301,x-ai/grok-4.20,76933265,"AWS Glue SerDe Classifier seems to be very greedy",1,1,54,0,"amazon-web-services,classification,grok","2023-08-19 01:27:15","2026-04-13 00:43:23"
302,x-ai/grok-4,76933265,"AWS Glue SerDe Classifier seems to be very greedy",1,1,54,0,"amazon-web-services,classification,grok","2023-08-19 01:27:15","2026-04-13 00:43:23"
303,x-ai/grok-4.20,76686144,"logstash grok prase fail",1,0,21,0,"logstash,grok","2023-07-14 08:50:41","2026-04-13 00:43:23"
304,x-ai/grok-4,76686144,"logstash grok prase fail",1,0,21,0,"logstash,grok","2023-07-14 08:50:41","2026-04-13 00:43:23"
305,x-ai/grok-4.20,76556043,"Is there a simpler way to do this pipeline with languageext?",1,1,768,1,"c#,functional-programming,pipeline,either,language-ext","2023-06-26 10:56:14","2026-04-13 00:43:23"
306,x-ai/grok-4,76556043,"Is there a simpler way to do this pipeline with languageext?",1,1,768,1,"c#,functional-programming,pipeline,either,language-ext","2023-06-26 10:56:14","2026-04-13 00:43:23"
307,x-ai/grok-4.20,59360003,"How to configure authorization with certificate with FluentD and ELK ElasticStack",1,2,10396,1,"elasticsearch,ssl,kubernetes,fluentd,elk","2019-12-16 15:50:33","2026-04-13 00:43:23"
308,x-ai/grok-4,59360003,"How to configure authorization with certificate with FluentD and ELK ElasticStack",1,2,10396,1,"elasticsearch,ssl,kubernetes,fluentd,elk","2019-12-16 15:50:33","2026-04-13 00:43:23"
309,x-ai/grok-4.20,76005158,"ruby - Ruby exception occurred: no implicit conversion of LogStash::Timestamp into String",0,1,604,1,"ruby,elasticsearch,logstash","2023-04-13 11:59:39","2026-04-13 00:43:23"
310,x-ai/grok-4,76005158,"ruby - Ruby exception occurred: no implicit conversion of LogStash::Timestamp into String",0,1,604,1,"ruby,elasticsearch,logstash","2023-04-13 11:59:39","2026-04-13 00:43:23"
311,cohere/command-a,79591405,"How to get correct answers from a CSV Knowledge Base in AWS Bedrock?",3,1,674,0,amazon-bedrock,"2025-04-24 20:21:54","2026-04-13 00:43:24"
312,cohere/command-a,79843685,"How can I standardize Amazon Bedrock model invocation parameters when each provider and model uses different request schemas?",0,0,73,0,"amazon-web-services,aws-sdk,large-language-model,amazon-bedrock","2025-12-11 06:57:09","2026-04-13 00:43:24"
313,cohere/command-a,79635506,"How to get Environment (codeid, environmentid) details of Microsoft.MachineLearningServices deployment model?",-1,1,123,1,"azure,terraform,azure-machine-learning-service,azure-ai,azapi","2025-05-23 12:29:17","2026-04-13 00:43:24"
314,cohere/command-a,78494027,"Max token limit for Cohere Command R+ model",0,1,1002,1,azure,"2024-05-17 07:06:15","2026-04-13 00:43:24"
315,cohere/command-a,78421935,"Weaviate v4 can't connect to Docker Container",1,0,416,0,"azure,azure-webapps,weaviate,vector-database","2024-05-02 22:14:04","2026-04-13 00:43:24"
316,cohere/command-a,77931571,"Failed while setting weaviate vector db Multi node cluster using docker swarm on 2 VMs",2,0,343,0,"docker,docker-compose,docker-swarm,weaviate","2024-02-03 09:38:28","2026-04-13 00:43:24"
317,cohere/command-a,55209508,"How to avoid "Content Security Policy: The settings of the page blocked the loading of a resource inline ("default-src")"?",-2,1,121,0,"javascript,angular,ionic4,content-security-policy,build-error","2019-03-17 16:50:53","2026-04-13 00:43:24"
318,cohere/command-a,52852829,"How to make agent flock in their group using BOIDS rule in Netlogo?",0,1,143,1,"netlogo,flock,boids","2018-10-17 10:34:28","2026-04-13 00:43:24"
319,cohere/command-a,32945783,"whole project rolled back, new project gone on Git",1,1,67,0,"ios,xcode,git,repository,git-commit","2015-10-05 09:58:41","2026-04-13 00:43:24"
320,cohere/command-a,31829604,"Why is cohere function in matplotlib (python) give answer different from mscohere function in MATLAB?",1,1,1120,1,"python,matlab,matplotlib","2015-08-05 10:16:51","2026-04-13 00:43:24"
321,minimax/minimax-m2.7,79913494,"Low Transposition Table Usage Rate",3,1,91,1,"python,algorithm,artificial-intelligence","2026-03-24 12:23:50","2026-04-13 00:43:26"
322,minimax/minimax-m2.7,32042673,"Optimized low-accuracy approximation to `rootn(x, n)`",31,2,1614,1,"algorithm,math,floating-point,bit-manipulation","2015-08-17 04:10:58","2026-04-13 00:43:26"
323,minimax/minimax-m2.7,78639987,"Bitarray representation of Connect Four for Zobrist hashing",0,2,220,0,"hash,hashtable,bitarray","2024-06-18 23:31:27","2026-04-13 00:43:26"
324,minimax/minimax-m2.7,63957622,"Transfer of approximation from double precision to single precision",0,1,429,1,"c,floating-point,precision,floating-accuracy","2020-09-18 14:26:08","2026-04-13 00:43:26"
325,minimax/minimax-m2.7,79826147,"Unexpected behaviour from minimax algorithm",3,2,141,1,"c,minimax","2025-11-21 05:07:56","2026-04-13 00:43:26"
326,minimax/minimax-m2.7,9352585,"Scala Streams Performance",12,1,1206,1,"scala,functional-programming,lazy-evaluation","2012-02-19 19:44:32","2026-04-13 00:43:26"
327,minimax/minimax-m2.7,79755925,"What is the fastest way to evaluate a cubic given 4 packed double coefficients in a YMM register?",3,1,190,0,"c,optimization,sse,intrinsics,avx2","2025-09-04 15:29:30","2026-04-13 00:43:26"
328,minimax/minimax-m2.7,8145590,"Clustering 2d integer coordinates into sets of at most N points",8,5,5286,1,"algorithm,cluster-analysis","2011-11-16 01:38:33","2026-04-13 00:43:26"
329,minimax/minimax-m2.7,79726577,"Misconverting A/B MiniMax to A/B Negamax",0,0,80,0,"c#,chess,minimax,negamax","2025-08-05 20:07:09","2026-04-13 00:43:26"
330,minimax/minimax-m2.7,58358016,"How to improve performance using Transposition Table in Game Playing?",3,2,956,1,"artificial-intelligence,hashtable,minimax,alpha-beta-pruning,iterative-deepening","2019-10-12 20:03:24","2026-04-13 00:43:26"
331,minimax/minimax-m2.7,68340372,"Minimax algorithm AI not picking the correct choice",4,2,192,0,"artificial-intelligence,tic-tac-toe,minimax,godot","2021-07-11 22:39:36","2026-04-13 00:43:26"
332,minimax/minimax-m2.7,75259660,"How to solve this linear programming problem?",0,1,130,0,"python,linear-programming,minimax,set-cover","2023-01-27 14:45:24","2026-04-13 00:43:26"
333,minimax/minimax-m2.7,79248190,"Left to Right Alpha-Beta Pruning (Same Child)",0,1,143,0,"minimax,alpha-beta-pruning","2024-12-03 15:21:07","2026-04-13 00:43:26"
334,minimax/minimax-m2.7,79618488,"Unknown issue for failure in Minimax/Alpha-beta pruning functions",0,1,66,0,"python,minimax,alpha-beta-pruning","2025-05-12 18:50:53","2026-04-13 00:43:26"
335,minimax/minimax-m2.7,2474015,"Getting the index of the returned max or min item using max()/min() on a list",735,22,1662993,1,"python,list,max,min,argmax","2010-03-18 23:20:35","2026-04-13 00:43:26"
745,anthropic/claude-sonnet-4.6,79812519,"Integrating R functions in Python AWS Bedrock agents",0,0,65,0,"python,r,reticulate,amazon-bedrock","2025-11-07 15:34:53","2026-04-13 02:49:12"
746,anthropic/claude-sonnet-4.5,79812519,"Integrating R functions in Python AWS Bedrock agents",0,0,65,0,"python,r,reticulate,amazon-bedrock","2025-11-07 15:34:53","2026-04-13 02:49:12"
747,anthropic/claude-sonnet-4.6,79724922,"What is the most efficient way to check if a Polars LazyFrame has duplicates?",0,1,435,1,"python,dataframe,python-polars,polars","2025-08-04 12:45:27","2026-04-13 02:49:12"
748,anthropic/claude-sonnet-4.5,79724922,"What is the most efficient way to check if a Polars LazyFrame has duplicates?",0,1,435,1,"python,dataframe,python-polars,polars","2025-08-04 12:45:27","2026-04-13 02:49:12"
749,anthropic/claude-sonnet-4.6,79772691,"How do I display all thoughts on the frontend using SSE with Laravel and Vue.js?",2,1,197,1,"php,laravel,vue.js,server-sent-events,model-context-protocol","2025-09-23 13:56:28","2026-04-13 02:49:12"
750,anthropic/claude-sonnet-4.5,79772691,"How do I display all thoughts on the frontend using SSE with Laravel and Vue.js?",2,1,197,1,"php,laravel,vue.js,server-sent-events,model-context-protocol","2025-09-23 13:56:28","2026-04-13 02:49:12"
751,anthropic/claude-sonnet-4.6,79796790,"(Amplify Gen 2) Bedrock AI Generation Produces ValidationException (Mapping Error)",-1,1,134,1,"javascript,amazon-web-services,aws-amplify,aws-appsync,amazon-bedrock","2025-10-22 12:54:58","2026-04-13 02:49:12"
752,anthropic/claude-sonnet-4.5,79796790,"(Amplify Gen 2) Bedrock AI Generation Produces ValidationException (Mapping Error)",-1,1,134,1,"javascript,amazon-web-services,aws-amplify,aws-appsync,amazon-bedrock","2025-10-22 12:54:58","2026-04-13 02:49:12"
753,anthropic/claude-sonnet-4.6,78621879,"Tool use/Function calling using Langchain, AWS Bedrock and Claude does not return output",1,2,3484,1,"python,langchain,amazon-bedrock,claude","2024-06-14 08:34:17","2026-04-13 02:49:12"
754,anthropic/claude-sonnet-4.5,78621879,"Tool use/Function calling using Langchain, AWS Bedrock and Claude does not return output",1,2,3484,1,"python,langchain,amazon-bedrock,claude","2024-06-14 08:34:17","2026-04-13 02:49:12"
755,anthropic/claude-sonnet-4.6,78741384,"CORS Error on https://api.anthropic.com/v1/messages API with Reacrt.js",-2,1,1264,1,"reactjs,cors,claude","2024-07-12 16:22:22","2026-04-13 02:49:12"
756,anthropic/claude-sonnet-4.5,78741384,"CORS Error on https://api.anthropic.com/v1/messages API with Reacrt.js",-2,1,1264,1,"reactjs,cors,claude","2024-07-12 16:22:22","2026-04-13 02:49:12"
757,anthropic/claude-sonnet-4.6,78953580,"Why do I get a TypeException when running Claude API in parallel?",2,1,1221,1,"python,parallel-processing,multiprocessing,large-language-model,claude","2024-09-05 14:34:12","2026-04-13 02:49:12"
758,anthropic/claude-sonnet-4.5,78953580,"Why do I get a TypeException when running Claude API in parallel?",2,1,1221,1,"python,parallel-processing,multiprocessing,large-language-model,claude","2024-09-05 14:34:12","2026-04-13 02:49:12"
759,anthropic/claude-sonnet-4.6,79784028,"Clients unable to authenticate against Apache/Kafka container with existing user accounts",0,0,51,0,"docker,apache-kafka,mqtt-vernemq","2025-10-06 19:54:39","2026-04-13 02:49:12"
760,anthropic/claude-sonnet-4.5,79784028,"Clients unable to authenticate against Apache/Kafka container with existing user accounts",0,0,51,0,"docker,apache-kafka,mqtt-vernemq","2025-10-06 19:54:39","2026-04-13 02:49:12"
761,anthropic/claude-sonnet-4.6,79782221,"Error while deploying, but not in local: "crewai Failed to upsert documents: "Expected IDs to be unique, found 28 Duplicate IDs"",-1,1,205,1,"python,large-language-model,agent,crewai","2025-10-03 23:15:59","2026-04-13 02:49:12"
762,anthropic/claude-sonnet-4.5,79782221,"Error while deploying, but not in local: "crewai Failed to upsert documents: "Expected IDs to be unique, found 28 Duplicate IDs"",-1,1,205,1,"python,large-language-model,agent,crewai","2025-10-03 23:15:59","2026-04-13 02:49:12"
763,anthropic/claude-sonnet-4.6,79102985,"Asyncio + Claude raises a "RuntimeError: Event loop is closed"",1,2,482,1,"python,python-asyncio,claude","2024-10-18 16:53:51","2026-04-13 02:49:12"
764,anthropic/claude-sonnet-4.5,79102985,"Asyncio + Claude raises a "RuntimeError: Event loop is closed"",1,2,482,1,"python,python-asyncio,claude","2024-10-18 16:53:51","2026-04-13 02:49:12"
765,anthropic/claude-sonnet-4.6,79115604,"429 RESOURCE_EXHAUSTED for Claude Sonnet 3.5 on Vertex AI",1,1,1543,0,"google-cloud-vertex-ai,claude","2024-10-22 20:10:30","2026-04-13 02:49:12"
766,anthropic/claude-sonnet-4.5,79115604,"429 RESOURCE_EXHAUSTED for Claude Sonnet 3.5 on Vertex AI",1,1,1543,0,"google-cloud-vertex-ai,claude","2024-10-22 20:10:30","2026-04-13 02:49:12"
767,anthropic/claude-sonnet-4.6,79632861,""API Error: 400 invalid beta flag" when trying to use Claude Code with Bedrock using claude 3.5 haiku",2,1,3410,1,"amazon-bedrock,claude,claude-code","2025-05-21 22:58:41","2026-04-13 02:49:12"
768,anthropic/claude-sonnet-4.5,79632861,""API Error: 400 invalid beta flag" when trying to use Claude Code with Bedrock using claude 3.5 haiku",2,1,3410,1,"amazon-bedrock,claude,claude-code","2025-05-21 22:58:41","2026-04-13 02:49:12"
769,anthropic/claude-sonnet-4.6,79642080,"Using Claude Sonnet 4 in VS Code",11,2,10435,1,"visual-studio-code,claude,vscode-copilot","2025-05-28 11:08:29","2026-04-13 02:49:12"
770,anthropic/claude-sonnet-4.5,79642080,"Using Claude Sonnet 4 in VS Code",11,2,10435,1,"visual-studio-code,claude,vscode-copilot","2025-05-28 11:08:29","2026-04-13 02:49:12"
771,anthropic/claude-sonnet-4.6,78929742,"Claude/Sonnet Python API - more tokens freezes, less tokens truncates",2,0,341,0,"python,claude","2024-08-29 21:49:04","2026-04-13 02:49:12"
772,anthropic/claude-sonnet-4.5,78929742,"Claude/Sonnet Python API - more tokens freezes, less tokens truncates",2,0,341,0,"python,claude","2024-08-29 21:49:04","2026-04-13 02:49:12"
773,anthropic/claude-sonnet-4.6,79714837,"Should SwiftUI nested @Observable types update views?",1,1,176,1,"swift,swiftui,observable,swift-macro","2025-07-25 13:53:37","2026-04-13 02:49:12"
774,anthropic/claude-sonnet-4.5,79714837,"Should SwiftUI nested @Observable types update views?",1,1,176,1,"swift,swiftui,observable,swift-macro","2025-07-25 13:53:37","2026-04-13 02:49:12"
790,anthropic/claude-haiku-4.5,78989103,"php CodeIgnitor dynamic content passing to Views",0,1,62,0,"php,ajax,codeigniter-4","2024-09-16 06:58:18","2026-04-13 02:49:13"
791,anthropic/claude-haiku-4.5,78157503,"Any one having access issues with claude-3-haiku or anthropic.claude-3-sonnet from boto client",2,1,632,0,"amazon-web-services,boto3,amazon-bedrock","2024-03-14 00:25:38","2026-04-13 02:49:13"
792,anthropic/claude-haiku-4.5,78902349,"Control Length of Response of LLM Model",0,1,827,0,"artificial-intelligence,prompt,large-language-model,amazon-bedrock,claude","2024-08-22 15:21:55","2026-04-13 02:49:13"
793,anthropic/claude-haiku-4.5,78385859,"AWS Bedrock Agent Access Denied with Claude 3",2,1,3546,1,"amazon-s3,artificial-intelligence,pinecone,amazon-bedrock,claude","2024-04-25 15:59:18","2026-04-13 02:49:13"
809,google/gemini-3.1-pro-preview,78043172,"Spring Boot - Google Vertex AI authentication",1,1,2202,1,"java,spring-boot,google-cloud-vertex-ai","2024-02-22 18:03:41","2026-04-13 02:49:14"
810,google/gemini-3.1-pro-preview,78398287,"How do I initialize Firebase in a background function",0,2,233,0,"flutter,firebase,google-cloud-firestore","2024-04-28 13:15:33","2026-04-13 02:49:14"
811,google/gemini-3.1-pro-preview,78384807,"Permission Error When Executing Vertex AI Fine Tuning Job with Node.js: Service Account Roles Insufficient?",0,2,521,1,"javascript,node.js,google-cloud-platform,google-cloud-vertex-ai","2024-04-25 12:54:12","2026-04-13 02:49:14"
812,google/gemini-3.1-pro-preview,78188187,""Invalid JSON response: null" error when using Gemini Pro Vision AI API in Node.js",0,0,324,0,"node.js,express,ejs,p5.js,google-gemini","2024-03-19 16:19:19","2026-04-13 02:49:14"
813,google/gemini-3.1-pro-preview,78126569,"Problem initializing ChatGoogleGenerativeAI class with a 'NoneType' object error",1,0,843,0,"python,langchain,google-gemini,google-generativeai","2024-03-08 09:07:18","2026-04-13 02:49:14"
814,google/gemini-3.1-pro-preview,78084737,"facing issue with PIL package while trying to prompt using image with google gemini-pro-vision and python",0,1,1376,0,"python-3.x,python-imaging-library,google-gemini","2024-02-29 22:53:48","2026-04-13 02:49:14"
815,google/gemini-3.1-pro-preview,77864756,"gemini api request fails due to permissions",1,0,2383,0,"google-cloud-platform,google-cloud-vertex-ai,google-gemini","2024-01-23 08:01:39","2026-04-13 02:49:14"
816,google/gemini-3.1-pro-preview,67197493,"How to colSum grouped by date",0,1,192,1,r,"2021-04-21 14:05:37","2026-04-13 02:49:14"
817,google/gemini-3.1-pro-preview,57504313,"Why the last section covers the above sections",0,0,68,0,"javascript,html,css,sections,purejs-onepage-scroll","2019-08-15 02:49:24","2026-04-13 02:49:14"
818,google/gemini-3.1-pro-preview,19341087,"Listview only filling with first item",0,3,644,1,"android,android-asynctask,android-linearlayout,android-xml","2013-10-13 02:02:24","2026-04-13 02:49:14"
834,google/gemini-2.5-pro,79627049,"Unsolvable Stack Overflow Error in Java Spring Boot",1,1,258,0,"java,spring-boot,next.js,jwt,stack-overflow","2025-05-17 23:05:33","2026-04-13 02:49:15"
835,google/gemini-2.5-pro,79623251,"FFmpeg-kit: Unknown encoder 'libx264' / 'mediacodec' and Gradle dependency issues in Android Studio",0,0,347,0,"android,android-gradle-plugin,libx264,ffmpegkit","2025-05-15 11:47:02","2026-04-13 02:49:15"
836,google/gemini-2.5-pro,79537295,"How to use spring-ai tools with OpenRouter Gemini models?",1,0,405,0,"spring-boot,spring-ai","2025-03-26 21:14:29","2026-04-13 02:49:15"
852,google/gemini-2.5-flash,79809980,"Turn off Gemini's reasoning in DSPy",1,1,236,1,"python,google-gemini,reasoning,dspy","2025-11-05 11:37:00","2026-04-13 02:49:16"
853,google/gemini-2.5-flash,79806080,"How to ensure default values in Gemini/Vertex structured output?",1,0,106,0,"default,default-value,google-cloud-vertex-ai,google-gemini","2025-10-31 17:59:26","2026-04-13 02:49:16"
854,google/gemini-2.5-flash,79803988,"How to allow for multiple images to be created from a single API call using gemini?",0,1,1652,0,"google-cloud-vertex-ai,google-gemini,adk,image-generation","2025-10-29 15:51:46","2026-04-13 02:49:16"
855,google/gemini-2.5-flash,79798702,"INVALID_ARGUMENT: Unable to submit request because it must include at least one parts field, which describes the prompt input",0,0,261,0,"google-gemini,spring-ai","2025-10-24 11:19:37","2026-04-13 02:49:16"
856,google/gemini-2.5-flash,79794964,"How to access usageMetadata (token usage) from GenerateContentResponse using google-genai Java SDK (v1.23.0) with Gemini 2.5 Flash?",0,0,209,0,"java,spring-boot,token,google-gemini","2025-10-20 13:52:55","2026-04-13 02:49:16"
857,google/gemini-2.5-flash,79789695,"Firebase Genkit using prompt in chat",0,0,105,0,"node.js,firebase,large-language-model,firebase-genkit","2025-10-13 23:22:07","2026-04-13 02:49:16"
858,google/gemini-2.5-flash,79780103,"What does total_token_count means from gemini response?",0,1,551,0,"google-cloud-platform,large-language-model,google-gemini","2025-10-01 13:11:14","2026-04-13 02:49:16"
859,google/gemini-2.5-flash,79776520,"Langchain-based model memory",2,1,255,1,"python,artificial-intelligence,langchain,langgraph,langchain-agents","2025-09-27 04:09:41","2026-04-13 02:49:16"
860,google/gemini-2.5-flash,79736857,"How to pass fps metadata to gemini_model.generate_content?",0,1,242,0,"python,google-cloud-vertex-ai,google-gemini,google-generativeai","2025-08-15 21:44:52","2026-04-13 02:49:16"
861,google/gemini-2.5-flash,79733790,"How to store Gemini 2.5 Flash + MCP multi-turn conversation data (including tool calls and responses)?",0,1,600,0,"python,json,artificial-intelligence,large-language-model,google-gemini","2025-08-13 02:09:12","2026-04-13 02:49:16"
862,google/gemini-2.5-flash,79712090,"ellmer vignette code for chat_google_gemini() returns non-specific error / Google API working",1,1,166,1,"r,google-gemini","2025-07-23 14:26:08","2026-04-13 02:49:16"
863,google/gemini-2.5-flash,79704668,"LangGraph course_title and course_description mismatch",0,0,31,0,"javascript,large-language-model,google-gemini,langgraph","2025-07-17 10:39:09","2026-04-13 02:49:16"
864,google/gemini-2.5-flash,79703134,"CodeGPT: MODEL_RESPONSE_ERROR",0,0,50,0,"openai-api,chatgpt-api","2025-07-16 08:35:51","2026-04-13 02:49:16"
865,google/gemini-2.5-flash,79684323,"Gemini API (Flash 2.5) generating truncated response with googleSearch Enabled",0,0,414,0,"google-apps-script,google-gemini","2025-06-30 06:34:23","2026-04-13 02:49:16"
866,google/gemini-2.5-flash,79658015,"Error trying to use "gemini-2.5-pro-preview-06-05" in Firebase Vertex AI",2,1,871,1,"javascript,firebase,google-cloud-vertex-ai,firebase-ai-logic","2025-06-08 16:42:39","2026-04-13 02:49:16"
882,google/gemma-4-31b-it,71765428,"UseEffect Running infinitely",0,1,112,0,"javascript,reactjs,redux,redux-toolkit","2022-04-06 10:50:35","2026-04-13 02:49:17"
883,google/gemma-4-31b-it,67516905,"Tabulator: wrong cell height with textarea formatter",0,1,990,0,"javascript,tabulator","2021-05-13 09:28:04","2026-04-13 02:49:17"
884,google/gemma-4-31b-it,61971064,"Tabulator Group with empty / null group field values -> no grouping",1,1,256,0,"javascript,tabulator","2020-05-23 11:05:33","2026-04-13 02:49:17"
885,google/gemma-4-31b-it,61109002,"Stripped effect for background",0,1,55,0,"html,css","2020-04-08 19:56:55","2026-04-13 02:49:17"
886,google/gemma-4-31b-it,60080319,"How to map columns From one DataFrame onto another based on a column values between the two?",1,1,116,1,"pandas,dataframe,merge","2020-02-05 16:39:49","2026-04-13 02:49:17"
887,google/gemma-4-31b-it,60029188,"typescript handling compile errors",0,1,224,1,typescript,"2020-02-02 18:20:18","2026-04-13 02:49:17"
888,google/gemma-4-31b-it,57729824,"Trying to get distinct values using LINQ with database field as parameter",3,2,392,1,"c#,asp.net,sql-server,entity-framework,linq","2019-08-30 15:48:14","2026-04-13 02:49:17"
889,google/gemma-4-31b-it,59144798,"What is the correct way to separate sorting functionality from header clicks on a column?",2,2,767,1,"javascript,tabulator","2019-12-02 18:31:59","2026-04-13 02:49:17"
890,google/gemma-4-31b-it,57797139,"How do I get All ID, Name values and location into array from my Json Object",0,1,65,1,"javascript,json","2019-09-05 00:48:44","2026-04-13 02:49:17"
891,google/gemma-4-31b-it,56598849,"Tabulator custom key bindings with .extendModule()",1,1,1444,1,tabulator,"2019-06-14 13:06:47","2026-04-13 02:49:17"
892,google/gemma-4-31b-it,55052701,"tabulator no element found matching selector",2,1,3553,1,tabulator,"2019-03-07 20:59:17","2026-04-13 02:49:17"
893,google/gemma-4-31b-it,54968548,"Get the oldest date from array dd/mm/yy",2,1,81,1,php,"2019-03-03 11:58:52","2026-04-13 02:49:17"
894,google/gemma-4-31b-it,54581421,"How to auto generate a Schema.org Google rich snippet from a php loop",1,0,1718,0,"php,wordpress,schema.org,google-rich-snippets","2019-02-07 20:04:28","2026-04-13 02:49:17"
895,google/gemma-4-31b-it,46480692,"Python3 - Printing user input on new line",0,2,605,1,"python,python-3.x","2017-09-29 02:03:02","2026-04-13 02:49:17"
896,google/gemma-4-31b-it,45202772,"instantiating a static object in a foreach loop",0,2,139,1,"php,mysql","2017-07-19 23:38:37","2026-04-13 02:49:17"
912,meta-llama/llama-4-maverick,79680966,"Fine-tuned LLaMA 2–7B with QLoRA, but reloading fails: missing 4bit metadata. Likely saved after LoRA+resize. Need proper 4bit save method",1,0,156,0,"huggingface-transformers,quantization,llama,peft","2025-06-26 17:50:15","2026-04-13 02:49:18"
913,meta-llama/llama-4-maverick,79674111,"error when trying to include llama.cpp to my C++ application in windows using vcpkg",2,0,465,0,"c++,windows,cmake,vcpkg,llamacpp","2025-06-21 02:55:53","2026-04-13 02:49:18"
914,meta-llama/llama-4-maverick,79664132,"Unable to use serverless connection in a PromptFlow pipeline",0,0,161,0,"python,azure,azure-machine-learning-service,azureml-python-sdk,azure-promptflow","2025-06-12 21:42:55","2026-04-13 02:49:18"
915,meta-llama/llama-4-maverick,79661703,"can't import llama-cpp-python",0,1,734,0,"python,dependencies,jupyter-lab,llamacpp","2025-06-11 09:18:26","2026-04-13 02:49:18"
916,meta-llama/llama-4-maverick,79638062,"WASM LlamaEdge won't use GPU; problem fix or change tools?",0,1,172,0,"webassembly,llama3","2025-05-25 20:46:08","2026-04-13 02:49:18"
917,meta-llama/llama-4-maverick,77064579,"module 'numpy' has no attribute '_no_nep50_warning'",6,4,20441,1,"python,embedding,langchain","2023-09-08 06:21:12","2026-04-13 02:49:18"
918,meta-llama/llama-4-maverick,79439427,"while pip install llama-cpp-python getting error on windows pc",-1,2,696,1,"python,llama,llama-cpp-python,llamacpp","2025-02-14 12:48:45","2026-04-13 02:49:18"
919,meta-llama/llama-4-maverick,78807351,"GraphDB Talk to Your Graph feature not supporting OpenSearch VectorDB",1,0,146,0,graphdb,"2024-07-29 13:26:45","2026-04-13 02:49:18"
920,meta-llama/llama-4-maverick,79619094,"Why `mul_mat` in ggml slower than llama.cpp?",0,0,135,0,"c++,openmp,large-language-model,inference,llama","2025-05-13 06:49:56","2026-04-13 02:49:18"
921,meta-llama/llama-4-maverick,78883293,"Telegram Login Widget not return callback after login",2,2,1021,1,"reactjs,telegram","2024-08-17 21:21:35","2026-04-13 02:49:18"
922,meta-llama/llama-4-maverick,79605632,"pandasai can't use training data",0,0,66,0,"python,chromadb,pandasai","2025-05-04 12:47:36","2026-04-13 02:49:18"
923,meta-llama/llama-4-maverick,76934579,"PydanticUserError: If you use `@root_validator` with pre=False (the default) you MUST specify `skip_on_failure=True`",23,2,36105,1,"python,prompt,pydantic,langchain,llama-index","2023-08-19 10:11:55","2026-04-13 02:49:18"
924,meta-llama/llama-4-maverick,79547235,"Serving models using VLLM on Huggingface Spaces",1,1,633,0,"docker,large-language-model,huggingface,vllm","2025-03-31 20:46:06","2026-04-13 02:49:18"
925,meta-llama/llama-4-maverick,79583625,"How to add memory to Llama 4 while using it through CMD using groq api?",0,1,205,1,"json,batch-file,memory,command-prompt,groq","2025-04-20 18:09:46","2026-04-13 02:49:18"
926,meta-llama/llama-4-maverick,79576484,"Why does Groq return "tool_use_failed" error when using instructor with a valid response model, even though function call output looks correct?",1,0,676,0,"rest,backend,fastapi,large-language-model,groq","2025-04-16 05:54:55","2026-04-13 02:49:18"
983,deepseek/deepseek-r1-0528,79463986,"Issue with running LLM",0,0,63,0,"debugging,pytorch,localhost,large-language-model,deepseek","2025-02-24 15:01:23","2026-04-13 02:49:23"
984,deepseek/deepseek-r1,79463986,"Issue with running LLM",0,0,63,0,"debugging,pytorch,localhost,large-language-model,deepseek","2025-02-24 15:01:23","2026-04-13 02:49:23"
985,deepseek/deepseek-r1-0528,79456559,"How to run Ollama using GPU acceleration only in WSL2?",0,0,691,0,"ollama,wsl2","2025-02-21 07:03:24","2026-04-13 02:49:23"
986,deepseek/deepseek-r1,79456559,"How to run Ollama using GPU acceleration only in WSL2?",0,0,691,0,"ollama,wsl2","2025-02-21 07:03:24","2026-04-13 02:49:23"
987,deepseek/deepseek-r1-0528,79456467,"Python request LM Studio Model failed but Curl successful",1,1,668,0,"python,large-language-model,rag,lm-studio","2025-02-21 06:06:22","2026-04-13 02:49:23"
988,deepseek/deepseek-r1,79456467,"Python request LM Studio Model failed but Curl successful",1,1,668,0,"python,large-language-model,rag,lm-studio","2025-02-21 06:06:22","2026-04-13 02:49:23"
989,deepseek/deepseek-r1-0528,79435891,"SemanticKernel GetStreamingChatMessageContentsAsync empty but GetChatMessageContentAsync works fine",0,1,445,1,"c#,asp.net-core,large-language-model,semantic-kernel,lm-studio","2025-02-13 10:49:22","2026-04-13 02:49:23"
990,deepseek/deepseek-r1,79435891,"SemanticKernel GetStreamingChatMessageContentsAsync empty but GetChatMessageContentAsync works fine",0,1,445,1,"c#,asp.net-core,large-language-model,semantic-kernel,lm-studio","2025-02-13 10:49:22","2026-04-13 02:49:23"
991,deepseek/deepseek-r1-0528,79425052,"Generating an n-gram dataset based on an LLM",0,0,133,0,"nlp,large-language-model,n-gram,llama-cpp-python,llamacpp","2025-02-09 14:21:10","2026-04-13 02:49:23"
992,deepseek/deepseek-r1,79425052,"Generating an n-gram dataset based on an LLM",0,0,133,0,"nlp,large-language-model,n-gram,llama-cpp-python,llamacpp","2025-02-09 14:21:10","2026-04-13 02:49:23"
1008,mistralai/mistral-large-2512,78878291,"GPU running out of memory when trying to load a large pretrained model",1,0,642,0,"python,gpu,huggingface-transformers,large-data,hpc","2024-08-16 08:39:06","2026-04-13 02:49:24"
1009,mistralai/mistral-large-2512,78248012,"Failure running Apple MLX lora.py on 13B llms",1,2,1403,1,large-language-model,"2024-03-30 12:57:23","2026-04-13 02:49:24"
1010,mistralai/mistral-large-2512,78804834,"Timeout parameter in subprocess does not work in chainlit app",3,0,693,0,"python,chainlit,graphrag","2024-07-28 21:15:24","2026-04-13 02:49:24"
1011,mistralai/mistral-large-2512,78646327,"Need clarification for a custom RAG project using Mistral 7B Instruct",1,1,610,0,"huggingface-transformers,langchain,chromadb,retrieval-augmented-generation,mistral-7b","2024-06-20 08:30:23","2026-04-13 02:49:24"
1012,mistralai/mistral-large-2512,78123590,"How to quantize sentence-transformer model on CPU to use it on GPU?",2,1,3306,1,"gpu,cpu,quantization,sentence-transformers","2024-03-07 18:27:08","2026-04-13 02:49:24"
1013,mistralai/mistral-large-2512,78570890,"Using Llama_index with Mistral Model",0,1,622,1,"large-language-model,llama-index,ollama,mistral-7b","2024-06-03 14:23:41","2026-04-13 02:49:24"
1014,mistralai/mistral-large-2512,78284197,"Can I retrain an AutoModelForSequenceClassification for text generation?",2,1,421,1,"machine-learning,large-language-model,mistral-7b","2024-04-06 11:32:55","2026-04-13 02:49:24"
1015,mistralai/mistral-large-2512,78220060,"Any other way to parse returned json data without so many errors?",0,1,1040,1,"javascript,reactjs,next.js,mistral-7b","2024-03-25 15:13:59","2026-04-13 02:49:24"
1016,mistralai/mistral-large-2512,78190187,"LLM ignoring system prompt in llamaindex",2,0,740,0,"large-language-model,llama-index,vector-database","2024-03-19 23:50:32","2026-04-13 02:49:24"
1017,mistralai/mistral-large-2512,78137822,"Running Mistral-7B-Instruct-v0.2 on multiple GPUs",0,1,1540,0,"huggingface-transformers,large-language-model,huggingface,mistral-7b","2024-03-10 23:25:00","2026-04-13 02:49:24"
1018,mistralai/mistral-large-2512,78065237,"Threading to allow a canvas animation run while behind the scenes processing",0,0,28,0,"python,multithreading,animation","2024-02-27 05:00:32","2026-04-13 02:49:24"
1019,mistralai/mistral-large-2512,77889668,"Cuda detected version in Hugging Face (HF) is 5.4.0 while it's recommended to be 5.5.0, but pytorch & nvidia-smi say it's higher, how to fix?",3,1,13969,1,huggingface-transformers,"2024-01-27 00:59:13","2026-04-13 02:49:24"
1020,mistralai/mistral-large-2512,77857305,"How is it possible to get GPU memory errors when increasing the gradient_accumulation steps (HF)?",-1,1,690,0,"huggingface-transformers,huggingface","2024-01-22 01:55:06","2026-04-13 02:49:24"
1021,mistralai/mistral-large-2512,77747713,"LlamaIndex small-to-big chunking strategy in RAG pipeline, limits the chunk size a lot",0,1,2202,0,"metadata,large-language-model,chunking,llama-index,retrieval-augmented-generation","2024-01-02 17:39:50","2026-04-13 02:49:24"
1022,mistralai/mistral-large-2512,77337096,"Error in deploying Falcon-7B after fine-tuning to AWS SageMaker endpoint using SageMaker Python SDK",1,1,791,0,"python-3.x,amazon-sagemaker,huggingface,large-language-model","2023-10-21 17:30:16","2026-04-13 02:49:24"
1053,qwen/qwen3-235b-a22b,79754131,"Getting inconsistent structured output from Ollama models with Genkit",2,0,163,0,"node.js,typescript,ollama,firebase-genkit,genkit","2025-09-03 04:36:57","2026-04-13 02:49:26"
1054,qwen/qwen3-32b,79754131,"Getting inconsistent structured output from Ollama models with Genkit",2,0,163,0,"node.js,typescript,ollama,firebase-genkit,genkit","2025-09-03 04:36:57","2026-04-13 02:49:26"
1055,qwen/qwen3-235b-a22b,79745092,"Smolagents CodeAgent gets error from correct code",0,0,80,0,"python-3.x,large-language-model,agent,huggingface","2025-08-24 18:32:36","2026-04-13 02:49:26"
1056,qwen/qwen3-32b,79745092,"Smolagents CodeAgent gets error from correct code",0,0,80,0,"python-3.x,large-language-model,agent,huggingface","2025-08-24 18:32:36","2026-04-13 02:49:26"
1057,qwen/qwen3-235b-a22b,79749305,"Can't connect to Ollama hosted locally from python script",0,1,196,0,"docker,docker-compose,etl,large-language-model,ollama","2025-08-28 15:24:16","2026-04-13 02:49:26"
1058,qwen/qwen3-32b,79749305,"Can't connect to Ollama hosted locally from python script",0,1,196,0,"docker,docker-compose,etl,large-language-model,ollama","2025-08-28 15:24:16","2026-04-13 02:49:26"
1059,qwen/qwen3-235b-a22b,79731216,"Function call with OpenAI Agent SDK with Ollama fails",3,1,427,1,"python,openai-api,agent,openai-agents","2025-08-10 12:41:28","2026-04-13 02:49:26"
1060,qwen/qwen3-32b,79731216,"Function call with OpenAI Agent SDK with Ollama fails",3,1,427,1,"python,openai-api,agent,openai-agents","2025-08-10 12:41:28","2026-04-13 02:49:26"
1061,qwen/qwen3-235b-a22b,79691404,"Is there a way to manually set the first part of a model's response in Ollama?",1,1,278,1,"python,artificial-intelligence,large-language-model,ollama","2025-07-05 23:57:01","2026-04-13 02:49:26"
1062,qwen/qwen3-32b,79691404,"Is there a way to manually set the first part of a model's response in Ollama?",1,1,278,1,"python,artificial-intelligence,large-language-model,ollama","2025-07-05 23:57:01","2026-04-13 02:49:26"
1063,qwen/qwen3-235b-a22b,79629748,"how to download huggingface-model files by filtering unwanted files",0,1,479,1,"huggingface,huggingface-hub","2025-05-20 03:35:50","2026-04-13 02:49:26"
1064,qwen/qwen3-32b,79629748,"how to download huggingface-model files by filtering unwanted files",0,1,479,1,"huggingface,huggingface-hub","2025-05-20 03:35:50","2026-04-13 02:49:26"
1080,qwen/qwq-32b,60838157,"Ruby on rails seed.rb: '"NoMethodError: undefined method `each' for "",0,1,613,1,"ruby-on-rails,ruby","2020-03-24 19:40:26","2026-04-13 02:49:27"
1081,qwen/qwq-32b,22423955,"How to extract data from Travelport Universal API SOAP Response in php",0,1,796,1,"php,web-services,soap,travelport-api","2014-03-15 12:43:44","2026-04-13 02:49:27"
1082,qwen/qwq-32b,60455754,"Trying to get Value from Firebase database and creating if else statement to set value in firebase but app executes the fourth line only",0,0,18,0,"java,android,if-statement,firebase-realtime-database","2020-02-28 16:28:38","2026-04-13 02:49:27"
1083,qwen/qwq-32b,59747261,"Jenkins git publisher permission",0,0,382,0,"git,jenkins","2020-01-15 08:08:56","2026-04-13 02:49:27"
1084,qwen/qwq-32b,57784132,"JavaScript RegExp match with flag both 's' and 'g'",0,0,45,0,"javascript,regex","2019-09-04 08:11:30","2026-04-13 02:49:27"
1085,qwen/qwq-32b,57145793,"How to query with muti-level json in laravel",1,0,101,0,"php,json,laravel,laravel-5,jsonq","2019-07-22 12:11:16","2026-04-13 02:49:27"
1086,qwen/qwq-32b,57014489,"How do I assign a position in a list to a string based on its trinary value?",0,1,60,1,"python,graph-theory,combinatorics","2019-07-12 22:01:29","2026-04-13 02:49:27"
1087,qwen/qwq-32b,55582674,"Add a new attribute to JSON object conditionally by comparing with another object (JavaScript)",-1,3,1944,1,"javascript,ecmascript-6","2019-04-08 22:32:01","2026-04-13 02:49:27"
1088,qwen/qwq-32b,55347109,"script triggers owner case when triggerd by editor",1,1,110,1,"javascript,google-apps-script","2019-03-25 22:07:07","2026-04-13 02:49:27"
1089,qwen/qwq-32b,52949923,"String Manipulation in java 1.6",0,7,137,1,"java,java-6","2018-10-23 13:08:35","2026-04-13 02:49:27"
1090,qwen/qwq-32b,52739902,"Query to sort the numbers accordingly to its minimum and maximum value (ranges)",0,2,82,0,"sql,oracle-database","2018-10-10 12:07:04","2026-04-13 02:49:27"
1091,qwen/qwq-32b,52360674,"How to reverse a given Boolean value in a list?",1,2,239,1,"python,list,boolean","2018-09-17 04:16:01","2026-04-13 02:49:27"
1092,qwen/qwq-32b,51997912,"sending payload to dialogflow from dialogflow android sdk",0,1,654,1,"android,sdk,dialogflow-es,payload","2018-08-24 05:21:59","2026-04-13 02:49:27"
1093,qwen/qwq-32b,51505439,"How to get Text Form Output in the result",0,2,277,1,"javascript,html,forms","2018-07-24 18:34:53","2026-04-13 02:49:27"
1094,qwen/qwq-32b,17274335,"How to select from multiple rows where and concatenate column values?",0,1,85,1,"php,mysql","2013-06-24 11:26:07","2026-04-13 02:49:27"
1125,x-ai/grok-4.20,75786029,"python GIL: Why need Lock when making changes to collections?",1,1,116,1,"python-3.x,python-multithreading","2023-03-20 01:55:32","2026-04-13 02:49:28"
1126,x-ai/grok-4,75786029,"python GIL: Why need Lock when making changes to collections?",1,1,116,1,"python-3.x,python-multithreading","2023-03-20 01:55:32","2026-04-13 02:49:28"
1127,x-ai/grok-4.20,75747828,"Oracle SQL banding values by stdev at a certain time",0,0,44,0,"oracle-database,data-science","2023-03-15 16:55:19","2026-04-13 02:49:28"
1128,x-ai/grok-4,75747828,"Oracle SQL banding values by stdev at a certain time",0,0,44,0,"oracle-database,data-science","2023-03-15 16:55:19","2026-04-13 02:49:28"
1129,x-ai/grok-4.20,32930452,"How do I subtract from an array and an user input?",0,4,4570,1,"python,python-3.x","2015-10-04 05:49:25","2026-04-13 02:49:28"
1130,x-ai/grok-4,32930452,"How do I subtract from an array and an user input?",0,4,4570,1,"python,python-3.x","2015-10-04 05:49:25","2026-04-13 02:49:28"
1131,x-ai/grok-4.20,74860298,"Logstash - read and parse a string with multiple records on same line",1,0,153,0,"logstash,logstash-grok,logstash-configuration","2022-12-20 08:30:05","2026-04-13 02:49:28"
1132,x-ai/grok-4,74860298,"Logstash - read and parse a string with multiple records on same line",1,0,153,0,"logstash,logstash-grok,logstash-configuration","2022-12-20 08:30:05","2026-04-13 02:49:28"
1133,x-ai/grok-4.20,74109567,"Elasticsearch index does not contain all of the nginx access logs",0,1,857,1,"elasticsearch,nginx,logstash,filebeat","2022-10-18 10:37:14","2026-04-13 02:49:28"
1134,x-ai/grok-4,74109567,"Elasticsearch index does not contain all of the nginx access logs",0,1,857,1,"elasticsearch,nginx,logstash,filebeat","2022-10-18 10:37:14","2026-04-13 02:49:28"
1135,x-ai/grok-4.20,62162720,"multiline grok pattern matched to multiple single lines inside kibana",0,2,1794,1,"logstash,kibana,logstash-grok,elk","2020-06-02 23:02:15","2026-04-13 02:49:28"
1136,x-ai/grok-4,62162720,"multiline grok pattern matched to multiple single lines inside kibana",0,2,1794,1,"logstash,kibana,logstash-grok,elk","2020-06-02 23:02:15","2026-04-13 02:49:28"
1137,x-ai/grok-4.20,72875914,"Basic json output to file in logstash",0,1,653,1,"logstash,logstash-grok,logstash-configuration","2022-07-05 21:49:57","2026-04-13 02:49:28"
1138,x-ai/grok-4,72875914,"Basic json output to file in logstash",0,1,653,1,"logstash,logstash-grok,logstash-configuration","2022-07-05 21:49:57","2026-04-13 02:49:28"
1139,x-ai/grok-4.20,72661819,"eclipse: including a path outside of the project",0,1,1007,0,"eclipse,eclipse-cdt","2022-06-17 15:45:22","2026-04-13 02:49:28"
1140,x-ai/grok-4,72661819,"eclipse: including a path outside of the project",0,1,1007,0,"eclipse,eclipse-cdt","2022-06-17 15:45:22","2026-04-13 02:49:28"
1141,x-ai/grok-4.20,72598611,"How to extract the data present in {} in Splunk Search",2,1,471,1,"splunk,splunk-query,splunk-dashboard","2022-06-13 06:33:54","2026-04-13 02:49:28"
1142,x-ai/grok-4,72598611,"How to extract the data present in {} in Splunk Search",2,1,471,1,"splunk,splunk-query,splunk-dashboard","2022-06-13 06:33:54","2026-04-13 02:49:28"
1143,x-ai/grok-4.20,71789032,"Why does collecting this Flow not terminate?",0,0,2201,0,"kotlin,kotlin-coroutines,kotlin-flow","2022-04-07 21:18:13","2026-04-13 02:49:28"
1144,x-ai/grok-4,71789032,"Why does collecting this Flow not terminate?",0,0,2201,0,"kotlin,kotlin-coroutines,kotlin-flow","2022-04-07 21:18:13","2026-04-13 02:49:28"
1145,x-ai/grok-4.20,57461809,"Not able to compile C++ program with libbgi.a on Netbeans (Cygwin)",-1,1,689,1,"c++,netbeans,cygwin,bgi,winbgi","2019-08-12 13:07:17","2026-04-13 02:49:28"
1146,x-ai/grok-4,57461809,"Not able to compile C++ program with libbgi.a on Netbeans (Cygwin)",-1,1,689,1,"c++,netbeans,cygwin,bgi,winbgi","2019-08-12 13:07:17","2026-04-13 02:49:28"
1147,x-ai/grok-4.20,34568037,"Graphics.h library causes many errors?",0,3,7290,0,"c++,dev-c++,bgi","2016-01-02 16:27:59","2026-04-13 02:49:28"
1148,x-ai/grok-4,34568037,"Graphics.h library causes many errors?",0,3,7290,0,"c++,dev-c++,bgi","2016-01-02 16:27:59","2026-04-13 02:49:28"
1149,x-ai/grok-4.20,71073639,"Grok works in the debugger, but does not work in logstash.conf",1,1,575,0,"elasticsearch,logstash,logstash-grok","2022-02-10 23:42:22","2026-04-13 02:49:28"
1150,x-ai/grok-4,71073639,"Grok works in the debugger, but does not work in logstash.conf",1,1,575,0,"elasticsearch,logstash,logstash-grok","2022-02-10 23:42:22","2026-04-13 02:49:28"
1151,x-ai/grok-4.20,70176964,"How to correctly disable include sorting by clang-format?",3,1,1702,1,"include,clang-format","2021-11-30 22:33:54","2026-04-13 02:49:28"
1152,x-ai/grok-4,70176964,"How to correctly disable include sorting by clang-format?",3,1,1702,1,"include,clang-format","2021-11-30 22:33:54","2026-04-13 02:49:28"
1153,x-ai/grok-4.20,67676824,"Jhipster-generated Spring Boot + MySql project config for spatial queries",0,2,419,1,"mysql,spring-boot,jhipster,h2,hibernate-spatial","2021-05-24 18:01:43","2026-04-13 02:49:28"
1154,x-ai/grok-4,67676824,"Jhipster-generated Spring Boot + MySql project config for spatial queries",0,2,419,1,"mysql,spring-boot,jhipster,h2,hibernate-spatial","2021-05-24 18:01:43","2026-04-13 02:49:28"
1180,minimax/minimax-m2.7,76248184,"Keras tuning that prefers faster models?",1,2,197,0,"python,tensorflow,machine-learning,keras,deep-learning","2023-05-14 15:07:49","2026-04-13 02:49:32"
1181,minimax/minimax-m2.7,79539517,"Why is Min Max playing the first available move it can find as best move?",0,1,83,1,"flutter,dart,artificial-intelligence,minmax","2025-03-27 16:36:07","2026-04-13 02:49:32"
1182,minimax/minimax-m2.7,48314108,"Monte Carlo Tree Search Implementation",2,1,1848,1,"optimization,artificial-intelligence,simulation,chess,montecarlo","2018-01-18 04:57:58","2026-04-13 02:49:32"
1183,minimax/minimax-m2.7,68684989,"How to implement a minimax algorithm in a chess-like game?",1,1,4812,0,"artificial-intelligence,chess,minimax","2021-08-06 16:39:39","2026-04-13 02:49:32"
1184,minimax/minimax-m2.7,79478383,"Trying to implement tic-tac-toe using minimax algortighm, but getting not optimal moves",0,1,104,1,"python,tic-tac-toe,minimax","2025-03-01 22:51:16","2026-04-13 02:49:32"
1185,minimax/minimax-m2.7,61448088,"TicTacToe and Minimax",0,3,228,1,"python,global-variables,tic-tac-toe,local-variables,minimax","2020-04-26 21:05:23","2026-04-13 02:49:32"
1186,minimax/minimax-m2.7,79455333,"I am trying to implement shadow cascading into my project but all i get is a weird looking shadow map with infinite FOV",2,1,62,0,"c++,directx-11,shadow-mapping","2025-02-20 17:15:13","2026-04-13 02:49:32"
1187,minimax/minimax-m2.7,10956523,"geometric median for rigid body",0,2,434,0,"algorithm,geometry,mathematical-optimization,rigid-bodies","2012-06-08 22:02:17","2026-04-13 02:49:32"
1188,minimax/minimax-m2.7,79430891,"Tic-Tac-Toe minimax algorithm",0,0,147,0,"c#,artificial-intelligence,tic-tac-toe,minimax","2025-02-11 17:41:57","2026-04-13 02:49:32"
1189,minimax/minimax-m2.7,79388492,"Python chess engine is too slow",1,1,338,1,"artificial-intelligence,chess,python-chess","2025-01-26 12:07:32","2026-04-13 02:49:32"
1190,minimax/minimax-m2.7,79379114,"Performance Optimization for Minimax Algorithm in Tic-Tac-Toe with Variable Board Sizes and Win Conditions",2,2,205,1,"python,performance,minimax","2025-01-22 20:19:49","2026-04-13 02:49:32"
1191,minimax/minimax-m2.7,70597225,"Trying to implement the minimax algorithm, but I get an error suggesting it can't compare a nil value to an int",0,1,177,0,"lua,minimax","2022-01-05 17:37:16","2026-04-13 02:49:32"
1192,minimax/minimax-m2.7,61594444,"MPI - sending messages to processes that run from other functions",1,3,2223,1,"function,mpi,send,minimax,message-passing","2020-05-04 14:20:50","2026-04-13 02:49:32"
1193,minimax/minimax-m2.7,72827113,"Negamax: implement a quiescent search and evaluate silent moves for the connect four game?",0,2,377,1,negamax,"2022-07-01 09:22:23","2026-04-13 02:49:32"
1194,minimax/minimax-m2.7,63291108,"How to reset an output that depends on calculations over inputs?",1,1,204,1,"r,shiny,dt,shiny-reactivity","2020-08-06 20:13:24","2026-04-13 02:49:32"
1389,google/gemini-2.5-flash,79607373,"How to exclude thinking steps when streaming from `google/gemini-2.5-flash-preview:thinking` via OpenRouter and OpenAI library?",1,2,1303,1,"python,openai-api,google-gemini,openrouter","2025-05-05 17:20:48","2026-04-14 05:11:28"
1390,google/gemma-4-31b-it,79924854,"Gemma 4 few shot text classification is producing garbage",-4,0,47,0,"artificial-intelligence,text-classification,ollama,gemma,few-shot-learning","2026-04-13 15:05:57","2026-04-14 05:11:29"
1718,meta-llama/muse-spark,67486393,"Get second last value in each row of dataframe",1,2,1660,1,"r,dataframe,tail","2021-05-11 12:04:23","2026-04-14 05:11:46"
1719,meta-llama/muse-spark,63229057,"DAG utilizing ExternalTaskSensor run shows error "env_var.json not found"",1,1,872,1,"python-3.x,google-cloud-platform,airflow","2020-08-03 12:02:43","2026-04-14 05:11:46"
1738,anthropic/claude-opus-4.6,79925189,"OpenClaw v2026.4.9: All CLI commands hang indefinitely and get terminated with SIGKILL when called from agent exec skill",-1,0,55,0,openclaw,"2026-04-14 07:40:30","2026-04-16 04:19:52"
1739,anthropic/claude-opus-4.5,79925189,"OpenClaw v2026.4.9: All CLI commands hang indefinitely and get terminated with SIGKILL when called from agent exec skill",-1,0,55,0,openclaw,"2026-04-14 07:40:30","2026-04-16 04:19:52"
1766,anthropic/claude-sonnet-4.6,79926292,"Getting 429 "Quota exceeded" for Claude Sonnet 4.6 on Vertex AI out of the box (0 usage)",0,0,27,0,"google-cloud-vertex-ai,claude","2026-04-15 21:43:26","2026-04-16 04:19:54"
1767,anthropic/claude-sonnet-4.5,79926292,"Getting 429 "Quota exceeded" for Claude Sonnet 4.6 on Vertex AI out of the box (0 usage)",0,0,27,0,"google-cloud-vertex-ai,claude","2026-04-15 21:43:26","2026-04-16 04:19:54"
2115,qwen/qwq-32b,77714194,"Cassandra datastax ipv6 connection",0,1,195,1,"java,spring,cassandra,datastax-java-driver","2023-12-25 15:45:13","2026-04-16 04:20:10"
2154,x-ai/grok-4.20,79468793,"Why doesn't column-count force the exact number of columns?",0,3,99,1,"css,grid","2025-02-26 07:02:39","2026-04-16 04:20:11"
2155,x-ai/grok-4,79468793,"Why doesn't column-count force the exact number of columns?",0,3,99,1,"css,grid","2025-02-26 07:02:39","2026-04-16 04:20:11"
2164,x-ai/grok-4.20,18702105,"Parameters to numpy's fromfunction",43,7,20419,1,"python,arrays,numpy","2013-09-09 15:47:02","2026-04-16 04:20:11"
2165,x-ai/grok-4,18702105,"Parameters to numpy's fromfunction",43,7,20419,1,"python,arrays,numpy","2013-09-09 15:47:02","2026-04-16 04:20:11"
2176,x-ai/grok-4.20,75977590,"Confusion in the calculation of hidden layer size in CNN",1,1,138,1,"python-3.x,numpy,conv-neural-network,convolution","2023-04-10 13:34:16","2026-04-16 04:20:11"
2177,x-ai/grok-4,75977590,"Confusion in the calculation of hidden layer size in CNN",1,1,138,1,"python-3.x,numpy,conv-neural-network,convolution","2023-04-10 13:34:16","2026-04-16 04:20:11"
2204,cohere/command-a,12194103,"Eclipse CDT indexer - how to solve unresolved includes",13,6,30761,1,"eclipse-cdt,indexer","2012-08-30 09:45:24","2026-04-16 04:20:13"
2207,cohere/command-a,42613536,"Django Programming error column does not exist even after running migrations",57,21,98773,1,"django,django-migrations","2017-03-05 20:25:32","2026-04-16 04:20:13"
2208,cohere/command-a,47759599,"Hikvision NVR video conversion ffmpeg",-1,2,9703,1,"ffmpeg,video-processing,ip-camera","2017-12-11 18:59:26","2026-04-16 04:20:13"
2209,cohere/command-a,33740228,"In memory data-grid (Hazelcast) and large DB files: How to handle?",4,1,1089,0,"java,distributed-computing,hazelcast,in-memory-database","2015-11-16 16:34:59","2026-04-16 04:20:13"
2211,cohere/command-a,79622116,"In the Independent Read Independent Write (IRIW) scenario, is changing loads to seq_cst alone sufficient to prevent the result in C++23?",3,0,185,0,"c++,cpu-architecture,atomic,memory-barriers,memory-model","2025-05-14 18:51:47","2026-04-16 04:20:13"
2212,cohere/command-a,52662244,"Terraform lambda source_code_hash update with same code",31,8,53698,1,"aws-lambda,terraform","2018-10-05 09:15:52","2026-04-16 04:20:13"
2213,cohere/command-a,78928723,"Problem of exception catching in conda toolchain c++ -> fortran -> c++ (clang/gfortran)",-1,1,123,1,"macos,clang,gfortran,libc++,conda-forge","2024-08-29 15:58:51","2026-04-16 04:20:13"
2214,cohere/command-a,78715101,"How is coherence score calculated in Mallet?",0,1,108,1,"nlp,lda,topic-modeling,mallet,topicmodels","2024-07-06 14:33:28","2026-04-16 04:20:13"
2217,cohere/command-a,78258492,"possible to delete a mongodb catch block",2,1,47,1,"node.js,mongodb,catch-block","2024-04-02 01:04:40","2026-04-16 04:20:13"
2218,cohere/command-a,18882593,"pdftk stamp is stripping links",2,3,2389,0,"linux,pdf,hyperlink,pdftk","2013-09-18 21:23:23","2026-04-16 04:20:13"
2219,cohere/command-a,63248083,""No current user": Isn't it even possible to make unauth calls to AWS AppSync through Amplify with authentication type AMAZON_COGNITO_USER_POOLS?",15,2,4158,1,"amazon-web-services,authentication,amazon-cognito,aws-amplify,aws-appsync","2020-08-04 13:35:04","2026-04-16 04:20:13"
2221,cohere/command-a,77543051,"How do Azure RBAC custom role definitions behave with regard to lifecycle, assignable scopes and resource location?",1,1,605,1,"azure,azure-rbac","2023-11-24 12:13:57","2026-04-16 04:20:13"
2222,cohere/command-a,77283895,"bash or shell script remove subdirectories but keep all nested data",0,2,584,1,"bash,sh","2023-10-12 21:20:45","2026-04-16 04:20:13"
2223,cohere/command-a,61960905,"Can one compute the coherence matrix in Python for a multivariate signal with out resorting to loops?",0,1,714,0,"python,signal-processing","2020-05-22 17:46:56","2026-04-16 04:20:13"
2224,cohere/command-a,76186165,"hyperledger fabric - "go": executable file not found in $PATH",2,3,1339,1,"go,hyperledger-fabric,hyperledger,hyperledger-chaincode,gopath","2023-05-05 22:06:19","2026-04-16 04:20:13"
2225,cohere/command-a,75809868,"How to change a versioned svn property without changing/adding anything else in a repo?",2,1,122,0,"svn,revision","2023-03-22 08:26:28","2026-04-16 04:20:13"
2226,cohere/command-a,76061023,"Date and time in batch file that matches system long format?",0,1,715,1,"batch-file,cmd","2023-04-20 06:02:48","2026-04-16 04:20:13"
2227,cohere/command-a,20059670,"How to use CMAKE_EXPORT_COMPILE_COMMANDS?",92,6,158724,1,"c++,cmake,clang,cppcheck","2013-11-18 22:51:51","2026-04-16 04:20:13"
2228,cohere/command-a,71622473,"Is there a way to standardize mongosh JSON output?",3,3,2362,1,"json,mongodb,jq,mongo-shell","2022-03-25 19:59:04","2026-04-16 04:20:13"
2229,cohere/command-a,53338882,"java.lang.NoClassDefFoundError: Lorg/sonatype/plexus/build/incremental/BuildContext",1,1,4857,0,"maven,noclassdeffounderror,oracle-coherence","2018-11-16 13:31:00","2026-04-16 04:20:13"
2230,cohere/command-a,73774212,"Vim: Archiving text selections into other file",0,1,76,1,"vim,vimwiki","2022-09-19 13:31:34","2026-04-16 04:20:13"
2231,cohere/command-a,73372315,"Autosummary fails to import the methods from the package classes locally",1,0,264,0,"python,python-sphinx,autosummary","2022-08-16 10:12:03","2026-04-16 04:20:13"
2232,cohere/command-a,48533293,"Reading a data file with multiple blocks as one coherent data file",1,2,150,1,gnuplot,"2018-01-31 01:54:26","2026-04-16 04:20:13"
2233,cohere/command-a,70723080,"Calculating wavelet coherence averaged over a particular frequency band",2,0,1016,0,"python,signal-processing","2022-01-15 16:01:13","2026-04-16 04:20:13"
2778,perplexity/sonar-pro,79927612,"Where is the browser setting for the remote location to create a pull request in Visual Studio?",-2,0,38,0,"git,visual-studio,azure-devops,azure-devops-server","2026-04-17 19:42:17","2026-04-18 04:20:16"
2779,perplexity/sonar-pro,44162735,"Sonar - Code Coverage Reported, but Unit Test Count Not Reported",0,1,2339,0,"c#,.net,tfs,sonarqube,azure-pipelines","2017-05-24 15:29:00","2026-04-18 04:20:16"
2780,perplexity/sonar-pro,40305341,"What influence the maintainability result for Sonarqube?",0,1,1933,1,"sonarqube,maintainability,software-quality","2016-10-28 12:40:29","2026-04-18 04:20:16"
2781,perplexity/sonar-pro,28011038,"Maven + Sonar + Findbugs: Findbugs needs sources to be compiled",6,2,5025,0,"java,maven,sonarqube,findbugs","2015-01-18 14:52:53","2026-04-18 04:20:16"
3007,google/gemma-4-31b-it,45149478,"How to make sort by in React & filter based on sort?",0,1,2196,1,"javascript,json,reactjs,sorting,filter","2017-07-17 16:40:53","2026-04-23 03:41:34"
3008,meta-llama/llama-4-maverick,79929771,"How to Evaluate a Self-Evaluating RAG System using DeepEval / RAGAS with a Golden Dataset?",0,1,62,0,"python,rag,ragas","2026-04-21 23:18:10","2026-04-23 03:41:35"
3041,meta-llama/llama-3.3-70b-instruct,79929771,"How to Evaluate a Self-Evaluating RAG System using DeepEval / RAGAS with a Golden Dataset?",0,1,62,0,"python,rag,ragas","2026-04-21 23:18:10","2026-04-23 03:41:37"