Skip to content

Commit

Permalink
Update MCopilot.pq
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarValerock authored Apr 11, 2024
1 parent c246a29 commit b074d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Functions/OpenAI/MCopilot.pq
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let
],

// Execute the web request and parse the JSON response.
Source = Json.Document(Web.Contents(url, [
Source = Json.Document(Web.ContentsTest(url, [
Headers = Headers,
Content = Text.ToBinary(body)
])),
Expand Down

0 comments on commit b074d99

Please sign in to comment.