LLamaSharp/LLama.WebAPI
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
..
Controllers add stream example 2023-06-24 19:59:20 +08:00
Models add history chat example 2023-06-24 19:43:32 +08:00
Services Converted ModelParams into a `record` class. This has several advantages: 2023-08-23 00:58:25 +01:00
LLama.WebAPI.csproj update webapi example 2023-06-24 19:05:02 +08:00
Program.cs update webapi example 2023-06-24 19:05:02 +08:00
appsettings.Development.json Added WebAPI. 2023-05-11 21:45:34 -05:00
appsettings.json update webapi example 2023-06-24 19:05:02 +08:00