branch: externals/llm
commit 385ce9cdac9ae4d403ca273eaa9c0bdc867f92f8
Author: Roman Scherer <ro...@burningswell.com>
Commit: Roman Scherer <ro...@burningswell.com>

    Use the streaming endpoint for the Vertex provider
---
 llm-vertex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llm-vertex.el b/llm-vertex.el
index b50ceae2c1..a965fdcb5d 100644
--- a/llm-vertex.el
+++ b/llm-vertex.el
@@ -316,7 +316,7 @@ If STREAMING is non-nil, use the URL for the streaming API."
         (streamed-text "")
         (function-call nil))
     (llm-request-plz-json-array
-     (llm-vertex--chat-url provider)
+     (llm-vertex--chat-url provider t)
      :headers `(("Authorization" . ,(format "Bearer %s" (llm-vertex-key 
provider))))
      :data (llm-vertex--chat-request prompt)
      :on-element (lambda (element)

Reply via email to