Browse Source
Update LLama.Web/Common/ModelOptions.cs
Co-authored-by: Rinne <liu_yaohui1998@126.com>
pull/718/head
Michael Lamothe
GitHub
1 year ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
LLama.Web/Common/ModelOptions.cs
|
|
|
@@ -13,7 +13,7 @@ public class ModelOptions |
|
|
|
public string Name { get; set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Max context insta=nces allowed per model |
|
|
|
/// Max context instances allowed per model |
|
|
|
/// </summary> |
|
|
|
public int MaxInstances { get; set; } |
|
|
|
|
|
|
|
|