LLamaSharp/LLama.WebAPI/Services
Martin Evans 29df14cd9c Converted ModelParams into a `record` class. This has several advantages:
- Equality, hashing etc all implemented automatically
 - Default values are defined in just one place (the properties) instead of the constructor as well
 - Added test to ensure that serialization works properly
2023-08-23 00:58:25 +01:00
..
StatefulChatService.cs Converted ModelParams into a `record` class. This has several advantages: 2023-08-23 00:58:25 +01:00
StatelessChatService.cs Converted ModelParams into a `record` class. This has several advantages: 2023-08-23 00:58:25 +01:00