branch: externals/minuet
commit cf31d5f31f271d9b97352146fc614e9475a4726d
Author: Milan Glacier <[email protected]>
Commit: Milan Glacier <[email protected]>

    doc: update README.
---
 recipes.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes.md b/recipes.md
index f1717fa31a..c30d203452 100644
--- a/recipes.md
+++ b/recipes.md
@@ -185,8 +185,9 @@ backend with the DeepInfra FIM API and 
Qwen-2.5-Coder-32B-Instruct model.
           (or vertex-api-key
               ;; Retrieve the access token via gcloud.
               (string-trim (shell-command-to-string "gcloud auth 
print-access-token"))))
+
+      ;; No transform needed for end-point
     `(:end-point ,(plist-get data :end-point)
-      ;; No transform needed for headers.
       :headers ,(--> data
                      (plist-get it :headers)
                      ;; Vertex AI requires an Authorization header rather than 
x-goog-api-key.

Reply via email to