Skip to content

Commit 61a5152

Browse files
committed
typos
1 parent 4304636 commit 61a5152

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

+llms/+internal/callAzureChatAPI.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function [text, message, response] = callAzureChatAPI(endpoint, deploymentID, messages, functions, nvp)
2-
%callOpenAIChatAPI Calls the openAI chat completions API.
2+
%callAzureChatAPI Calls the openAI chat completions API on Azure.
33
%
44
% MESSAGES and FUNCTIONS should be structs matching the json format
55
% required by the OpenAI Chat Completions API.

azureChat.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
% CHAT = azureChat(endpoint, deploymentID) creates an azureChat object with the
55
% endpoint and deployment ID path parameters required by Azure to establish the connection.
66
%
7-
% CHAT = azureChat(systemPrompt) creates an azureChatobject with the
7+
% CHAT = azureChat(__,systemPrompt) creates an azureChatobject with the
88
% specified system prompt.
99
%
10-
% CHAT = azureChat(systemPrompt,Name=Value) specifies additional options
10+
% CHAT = azureChat(__,Name=Value) specifies additional options
1111
% using one or more name-value arguments:
1212
%
1313
% Tools - A list of tools the model can call.

0 commit comments

Comments
 (0)