Commit fea00ad
fix: complete streaming fix for all LLM providers and improve console handling
- Fix custom LLM streaming (Gemini/Vertex AI) in llm.py by removing verbose condition
- Improve console parameter consistency when streaming is enabled
- Ensures streaming works for stream=True regardless of verbose setting
- Maintains full backward compatibility
Co-authored-by: Mervin Praison <MervinPraison@users.noreply.github.com>1 parent f194073 commit fea00ad
2 files changed
+9
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1140 | 1140 | | |
1141 | 1141 | | |
1142 | 1142 | | |
1143 | | - | |
| 1143 | + | |
1144 | 1144 | | |
1145 | 1145 | | |
1146 | 1146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2417 | 2417 | | |
2418 | 2418 | | |
2419 | 2419 | | |
2420 | | - | |
2421 | | - | |
2422 | | - | |
2423 | | - | |
2424 | | - | |
2425 | | - | |
2426 | | - | |
2427 | | - | |
| 2420 | + | |
2428 | 2421 | | |
2429 | 2422 | | |
2430 | 2423 | | |
2431 | 2424 | | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
2432 | 2428 | | |
2433 | 2429 | | |
2434 | 2430 | | |
| |||
2517 | 2513 | | |
2518 | 2514 | | |
2519 | 2515 | | |
2520 | | - | |
2521 | | - | |
2522 | | - | |
2523 | | - | |
2524 | | - | |
2525 | | - | |
2526 | | - | |
2527 | | - | |
| 2516 | + | |
2528 | 2517 | | |
2529 | 2518 | | |
2530 | 2519 | | |
2531 | 2520 | | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
2532 | 2524 | | |
2533 | 2525 | | |
2534 | 2526 | | |
| |||
0 commit comments