Skip to content

Commit e9c343e

Browse files
version 1.2
1 parent 96c9c89 commit e9c343e

23 files changed

+77
-19
lines changed

source/MistralAI.API.Params.pas

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
unit MistralAI.API.Params;
22

3+
{-------------------------------------------------------------------------------
4+
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
6+
Visit the Github repository for the documentation and use examples
7+
8+
------------------------------------------------------------------------------}
9+
310
interface
411

512
uses

source/MistralAI.API.pas

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
unit MistralAI.API;
22

3+
{-------------------------------------------------------------------------------
4+
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
6+
Visit the Github repository for the documentation and use examples
7+
8+
------------------------------------------------------------------------------}
9+
310
interface
411

512
uses

source/MistralAI.Agents.pas

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
unit MistralAI.Agents;
22

3-
{+-----------------------------------------------------------------------------+
4-
| Github repository : https://github.com/MaxiDonkey/DelphiMistralAI |
5-
| Visit the Github repository for the documentation and use examples |
6-
+-----------------------------------------------------------------------------+}
3+
{-------------------------------------------------------------------------------
4+
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
6+
Visit the Github repository for the documentation and use examples
7+
8+
------------------------------------------------------------------------------}
79

810
interface
911

source/MistralAI.Async.Support.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from MistralAI.Params.Core are utilized to create and manage the
1818
parameter instances for asynchronous operations.
1919
20-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
20+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
2121
Visit the Github repository for the documentation and use examples
2222
2323
-------------------------------------------------------------------------------}

source/MistralAI.Batch.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{-------------------------------------------------------------------------------
44
5-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
66
Visit the Github repository for the documentation and use examples
77
88
------------------------------------------------------------------------------}

source/MistralAI.Chat.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{-------------------------------------------------------------------------------
44
5-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
66
Visit the Github repository for the documentation and use examples
77
88
------------------------------------------------------------------------------}

source/MistralAI.Classifiers.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{-------------------------------------------------------------------------------
44
5-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
66
Visit the Github repository for the documentation and use examples
77
88
------------------------------------------------------------------------------}

source/MistralAI.Codestral.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
https://console.mistral.ai/codestral
1313
14-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
14+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
1515
Visit the Github repository for the documentation and use examples
1616
1717
-------------------------------------------------------------------------------}

source/MistralAI.Embeddings.pas

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
unit MistralAI.Embeddings;
22

3+
{-------------------------------------------------------------------------------
4+
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
6+
Visit the Github repository for the documentation and use examples
7+
8+
------------------------------------------------------------------------------}
9+
310
interface
411

512
uses

source/MistralAI.Errors.pas

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
unit MistralAI.Errors;
22

3+
{-------------------------------------------------------------------------------
4+
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
6+
Visit the Github repository for the documentation and use examples
7+
8+
------------------------------------------------------------------------------}
9+
310
interface
411

512
uses

source/MistralAI.Files.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{-------------------------------------------------------------------------------
44
5-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
66
Visit the Github repository for the documentation and use examples
77
88
------------------------------------------------------------------------------}

source/MistralAI.FineTunings.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Registration is necessary to obtain the API key needed for "job" integration
1111
(TJobIntegrationsParam).
1212
13-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
13+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
1414
Visit the Github repository for the documentation and use examples
1515
1616
-------------------------------------------------------------------------------}

source/MistralAI.Functions.Core.pas

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
unit MistralAI.Functions.Core;
22

3+
{-------------------------------------------------------------------------------
4+
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
6+
Visit the Github repository for the documentation and use examples
7+
8+
------------------------------------------------------------------------------}
9+
310
interface
411

512
uses

source/MistralAI.Functions.Example.pas

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
unit MistralAI.Functions.Example;
22

3+
{-------------------------------------------------------------------------------
4+
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
6+
Visit the Github repository for the documentation and use examples
7+
8+
------------------------------------------------------------------------------}
9+
310
interface
411

512
uses

source/MistralAI.Functions.Tools.pas

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
unit MistralAI.Functions.Tools;
22

3+
{-------------------------------------------------------------------------------
4+
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
6+
Visit the Github repository for the documentation and use examples
7+
8+
------------------------------------------------------------------------------}
9+
310
interface
411

512
uses

source/MistralAI.Models.pas

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
unit MistralAI.Models;
22

3+
{-------------------------------------------------------------------------------
4+
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
6+
Visit the Github repository for the documentation and use examples
7+
8+
------------------------------------------------------------------------------}
9+
310
interface
411

512
uses
@@ -10,7 +17,7 @@ interface
1017
/// <summary>
1118
/// The TModelParams class is used to specify parameters for updating the properties
1219
/// of a fine-tuned model in the MistralAI environment. It allows you to set new values
13-
/// for the model's name and description.
20+
/// for the model's name and description.
1421
/// </summary>
1522
/// <remarks>
1623
/// This class provides a fluent interface for configuring model parameters before

source/MistralAI.NetEncoding.Base64.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ interface
9292
/// <exception cref="Exception">Thrown if the specified file does not exist at the provided location.</exception>
9393
/// <remarks>
9494
/// This method reads the file from the specified location and converts it to a Base64 string.
95-
/// It uses different encoding methods depending on the version of the RTL.
95+
/// It uses different encoding methods depending on the version of the RTL.
9696
/// For RTL version 35.0 and later, it uses <c>TNetEncoding.Base64String.Encode</c>,
9797
/// and for earlier versions, it uses <c>TNetEncoding.Base64.Encode</c>.
9898
/// </remarks>

source/MistralAI.Params.Core.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
These abstractions allow for a flexible and reusable way to handle
1919
parameters across different modules and contexts, particularly in
20-
asynchronous scenarios such as chat operations.
20+
asynchronous scenarios such as chat operations.
2121
2222
Note that This unit is designed to work seamlessly with the
2323
MistralAI.Chat.AsyncEvents unit, which relies on IUseParams<T> and

source/MistralAI.Schema.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{-------------------------------------------------------------------------------
44
5-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
66
Visit the Github repository for the documentation and use examples
77
88
------------------------------------------------------------------------------}

source/MistralAI.Tutorial.FMX.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
WARNING:
66
This module is intended solely to illustrate the examples provided in the
77
README.md file of the repository :
8-
https://github.com/MaxiDonkey/DelphiMistralAI
8+
https://github.com/MaxiDonkey/DelphiMistralAI
99
Under no circumstances should the methods described below be used outside
1010
of the examples presented on the repository's page.
1111
}

source/MistralAI.Tutorial.VCL.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
WARNING:
66
This module is intended solely to illustrate the examples provided in the
77
README.md file of the repository :
8-
https://github.com/MaxiDonkey/DelphiMistralAI
8+
https://github.com/MaxiDonkey/DelphiMistralAI
99
Under no circumstances should the methods described below be used outside
1010
of the examples presented on the repository's page.
1111
}

source/MistralAI.Types.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{-------------------------------------------------------------------------------
44
5-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
66
Visit the Github repository for the documentation and use examples
77
88
------------------------------------------------------------------------------}

source/MistralAI.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{-------------------------------------------------------------------------------
44
5-
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
5+
Github repository : https://github.com/MaxiDonkey/DelphiMistralAI
66
Visit the Github repository for the documentation and use examples
77
88
------------------------------------------------------------------------------}

0 commit comments

Comments
 (0)