fix(provider/ollama): keep stream whitespace intact
Acceptance Criteria:\n- streaming chunks retain leading whitespace and indentation\n- end-of-stream metadata is still propagated\n- malformed frames emit defensive logging without crashing Test Notes:\n- cargo test -p owlen-providers
This commit is contained in:
1
samples.json
Normal file
1
samples.json
Normal file
@@ -0,0 +1 @@
|
||||
[{"response": "first", "done": false}, {"response": "", "done": true, "final_data": {"prompt_eval_count": 2048, "eval_count": 512}}]
|
||||
Reference in New Issue
Block a user