branch: externals/llm
commit c7a1e06e3ead8629f491403273d05ce17c52d1d3
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>

    Test streaming as well in the normal suite of tests
---
 llm-tester.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/llm-tester.el b/llm-tester.el
index dbd69c2223..3a4e9a3cda 100644
--- a/llm-tester.el
+++ b/llm-tester.el
@@ -137,7 +137,8 @@
   (llm-tester-embedding-sync provider)
   (llm-tester-chat-sync provider)
   (llm-tester-embedding-async provider)
-  (llm-tester-chat-async provider))
+  (llm-tester-chat-async provider)
+  (llm-tester-chat-streaming provider))
 
 (provide 'llm-tester)
 

Reply via email to