Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreutzi committed May 27, 2024
1 parent 4304636 commit 61a5152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion +llms/+internal/callAzureChatAPI.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function [text, message, response] = callAzureChatAPI(endpoint, deploymentID, messages, functions, nvp)
%callOpenAIChatAPI Calls the openAI chat completions API.
%callAzureChatAPI Calls the openAI chat completions API on Azure.
%
% MESSAGES and FUNCTIONS should be structs matching the json format
% required by the OpenAI Chat Completions API.
Expand Down
4 changes: 2 additions & 2 deletions azureChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
% CHAT = azureChat(endpoint, deploymentID) creates an azureChat object with the
% endpoint and deployment ID path parameters required by Azure to establish the connection.
%
% CHAT = azureChat(systemPrompt) creates an azureChatobject with the
% CHAT = azureChat(__,systemPrompt) creates an azureChatobject with the
% specified system prompt.
%
% CHAT = azureChat(systemPrompt,Name=Value) specifies additional options
% CHAT = azureChat(__,Name=Value) specifies additional options
% using one or more name-value arguments:
%
% Tools - A list of tools the model can call.
Expand Down

0 comments on commit 61a5152

Please sign in to comment.