Skip to content

Commit

Permalink
Fixed encoding error when passing :on-next callback for azure streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
wkok committed Oct 31, 2024
1 parent 15ea93b commit 72d7351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wkok/openai_clojure/azure.clj
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
(defn patch-params [params]
{:api-version "2024-06-01"
:deployment-id (:model params)
:martian.core/body (dissoc params :model)})
:martian.core/body (dissoc params :model :on-next :wkok.openai-clojure.core/options)})


(comment
Expand Down

0 comments on commit 72d7351

Please sign in to comment.