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
parent
commit
54668d61c3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama.Web/Common/ModelOptions.cs

+ 1
- 1
LLama.Web/Common/ModelOptions.cs View File

@@ -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; }



Loading…
Cancel
Save