Skip to content

Commit e9c343e

Browse files
MaxiDonkey@hotmail.comMaxiDonkey@hotmail.com
authored andcommitted
version 1.2
1 parent 96c9c89 commit e9c343e

23 files changed

+77
-19
lines changed

source/MistralAI.API.Params.pas

Lines changed: 7 additions & 0 deletions
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 6 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 7 additions & 0 deletions
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

0 commit comments

Comments
 (0)